Package net.opengis.sensorml.v20.impl
Class SpatialFrameImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
net.opengis.sensorml.v20.impl.SpatialFrameImpl
- All Implemented Interfaces:
Serializable
,SpatialFrame
,AbstractSWE
,AbstractSWEIdentifiable
POJO class for XML type SpatialFrameType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class org.vast.data.AbstractSWEIdentifiableImpl
description, identifier, label
Fields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
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 class org.vast.data.AbstractSWEIdentifiableImpl
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
Methods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-
Field Details
-
origin
-
axisList
-
-
Constructor Details
-
SpatialFrameImpl
public SpatialFrameImpl()
-
-
Method Details
-
getOrigin
Gets the origin property- Specified by:
getOrigin
in interfaceSpatialFrame
-
setOrigin
Sets the origin property- Specified by:
setOrigin
in interfaceSpatialFrame
-
getAxisList
Gets the list of axis properties- Specified by:
getAxisList
in interfaceSpatialFrame
-
getNumAxis
public int getNumAxis()Returns number of axis properties- Specified by:
getNumAxis
in interfaceSpatialFrame
-
getAxis
Gets the axis property with the given name- Specified by:
getAxis
in interfaceSpatialFrame
-
addAxis
Adds a new axis property- Specified by:
addAxis
in interfaceSpatialFrame
-