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 TypeMethodDescriptionint
void
setGeomType
(GeometryData.GeomType geomType) Select the geometry type before generating a datablock for this componentvoid
setNumDims
(int numDims) Set the number of dimensions for the geometryMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
Methods 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, validateData
Methods inherited from interface net.opengis.swe.v20.HasConstraints
getConstraint, getConstraintProperty, isSetConstraint, setConstraint
Methods 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
-
-