Package net.opengis.sensorml.v20
Interface DeployedSystem
- All Superinterfaces:
AbstractGML
,Serializable
- All Known Implementing Classes:
DeployedSystemImpl
POJO class for type DeployedSystem
This is a complex type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the configuration propertyGets the position propertyGets the reference to the systemboolean
Checks if configuration is setboolean
Checks if position is setvoid
setConfiguration
(Settings configuration) Sets the configuration propertyvoid
setPositionAsPoint
(Point position) Adds a new positionAsPoint propertyvoid
setPositionAsPose
(Pose pose) Adds a new positionAsPose propertyvoid
setPositionAsText
(Text position) Adds a new positionAsText propertyvoid
setPositionAsVector
(Vector position) Adds a new positionAsVector propertyvoid
setSystemRef
(Reference systemRef) Sets the reference to the systemMethods inherited from interface net.opengis.gml.v32.AbstractGML
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
-
Field Details
-
DEFAULT_QNAME
-
-
Method Details
-
getSystemRef
Reference getSystemRef()Gets the reference to the system -
setSystemRef
Sets the reference to the system -
getPosition
Serializable getPosition()Gets the position property -
isSetPosition
boolean isSetPosition()Checks if position is set -
setPositionAsText
Adds a new positionAsText property -
setPositionAsPoint
Adds a new positionAsPoint property -
setPositionAsVector
Adds a new positionAsVector property -
setPositionAsPose
Adds a new positionAsPose property -
getConfiguration
Settings getConfiguration()Gets the configuration property -
isSetConfiguration
boolean isSetConfiguration()Checks if configuration is set -
setConfiguration
Sets the configuration property
-