Package net.opengis.swe.v20
Interface GeometryData
- All Superinterfaces:
AbstractSWE,AbstractSWEIdentifiable,DataComponent,HasConstraints<AllowedGeoms>,HasCopy,HasRefFrames,Serializable
- All Known Implementing Classes:
GeometryDataImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetGeomType(GeometryData.GeomType geomType) Select the geometry type before generating a datablock for this componentvoidsetNumDims(int numDims) Set the number of dimensions for the geometryMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabelMethods inherited from interface net.opengis.swe.v20.DataComponent
accept, addComponent, assignNewDataBlock, clearData, clone, copy, createDataBlock, getComponent, getComponent, getComponentCount, getComponentIndex, getData, getDefinition, getName, getOptional, getParent, getUpdatable, hasConstraints, hasData, isSetDefinition, isSetOptional, isSetUpdatable, removeComponent, removeComponent, renewDataBlock, setData, setDefinition, setName, setOptional, setUpdatable, unSetOptional, unSetUpdatable, validateDataMethods inherited from interface net.opengis.swe.v20.HasConstraints
getConstraint, getConstraintProperty, isSetConstraint, setConstraintMethods inherited from interface net.opengis.swe.v20.HasRefFrames
getLocalFrame, getReferenceFrame, isSetLocalFrame, isSetReferenceFrame, setLocalFrame, setReferenceFrame
-
Method Details
-
getGeomType
GeometryData.GeomType getGeomType()- Returns:
- The currently selected geometry type
-
setGeomType
Select the geometry type before generating a datablock for this component- Parameters:
geomType-
-
getNumDims
int getNumDims()- Returns:
- The number of dimensions in the geometry (2D, 3D, etc.)
-
setNumDims
void setNumDims(int numDims) Set the number of dimensions for the geometry- Parameters:
numDims-
-