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 TypeMethodDescriptionvoidAdds a new axis propertyGets the axis property with the given nameGets the list of axis propertiesintReturns number of axis propertiesGets the origin propertyvoidSets the origin propertyMethods 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, 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 
 -