public class SpatialFrameImpl extends org.vast.data.AbstractSWEIdentifiableImpl implements SpatialFrame
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<java.lang.String> |
axisList |
protected java.lang.String |
origin |
Constructor and Description |
---|
SpatialFrameImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addAxis(java.lang.String name,
java.lang.String axisDesc)
Adds a new axis property
|
java.lang.String |
getAxis(java.lang.String name)
Gets the axis property with the given name
|
OgcPropertyList<java.lang.String> |
getAxisList()
Gets the list of axis properties
|
int |
getNumAxis()
Returns number of axis properties
|
java.lang.String |
getOrigin()
Gets the origin property
|
void |
setOrigin(java.lang.String origin)
Sets the origin property
|
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected java.lang.String origin
protected OgcPropertyList<java.lang.String> axisList
public java.lang.String getOrigin()
getOrigin
in interface SpatialFrame
public void setOrigin(java.lang.String origin)
setOrigin
in interface SpatialFrame
public OgcPropertyList<java.lang.String> getAxisList()
getAxisList
in interface SpatialFrame
public int getNumAxis()
getNumAxis
in interface SpatialFrame
public java.lang.String getAxis(java.lang.String name)
getAxis
in interface SpatialFrame
public void addAxis(java.lang.String name, java.lang.String axisDesc)
addAxis
in interface SpatialFrame