Package net.opengis.sensorml.v20
Interface SpatialFrame
- All Superinterfaces:
AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
SpatialFrameImpl
POJO class for XML type SpatialFrameType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new axis propertyGets the axis property with the given nameGets the list of axis propertiesint
Returns number of axis propertiesGets the origin propertyvoid
Sets the origin propertyMethods 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
-
Method Details
-
getOrigin
String getOrigin()Gets the origin property -
setOrigin
Sets the origin property -
getAxisList
OgcPropertyList<String> getAxisList()Gets the list of axis properties -
getNumAxis
int getNumAxis()Returns number of axis properties -
getAxis
Gets the axis property with the given name -
addAxis
Adds a new axis property
-