Package net.opengis.sensorml.v20.impl
Class DeployedSystemImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.sensorml.v20.impl.DeployedSystemImpl
- All Implemented Interfaces:
Serializable
,AbstractGML
,DeployedSystem
- See Also:
-
Field Summary
FieldsFields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE
Fields inherited from interface net.opengis.sensorml.v20.DeployedSystem
DEFAULT_QNAME
-
Constructor Summary
Constructors -
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 class net.opengis.gml.v32.impl.AbstractGMLImpl
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-
systemRef
-
position
-
configuration
-
-
Constructor Details
-
DeployedSystemImpl
public DeployedSystemImpl()
-
-
Method Details
-
getSystemRef
Description copied from interface:DeployedSystem
Gets the reference to the system- Specified by:
getSystemRef
in interfaceDeployedSystem
-
setSystemRef
Description copied from interface:DeployedSystem
Sets the reference to the system- Specified by:
setSystemRef
in interfaceDeployedSystem
-
getPosition
Description copied from interface:DeployedSystem
Gets the position property- Specified by:
getPosition
in interfaceDeployedSystem
-
isSetPosition
public boolean isSetPosition()Description copied from interface:DeployedSystem
Checks if position is set- Specified by:
isSetPosition
in interfaceDeployedSystem
-
setPositionAsText
Description copied from interface:DeployedSystem
Adds a new positionAsText property- Specified by:
setPositionAsText
in interfaceDeployedSystem
-
setPositionAsPoint
Description copied from interface:DeployedSystem
Adds a new positionAsPoint property- Specified by:
setPositionAsPoint
in interfaceDeployedSystem
-
setPositionAsVector
Description copied from interface:DeployedSystem
Adds a new positionAsVector property- Specified by:
setPositionAsVector
in interfaceDeployedSystem
-
setPositionAsPose
Description copied from interface:DeployedSystem
Adds a new positionAsPose property- Specified by:
setPositionAsPose
in interfaceDeployedSystem
-
getConfiguration
Description copied from interface:DeployedSystem
Gets the configuration property- Specified by:
getConfiguration
in interfaceDeployedSystem
-
isSetConfiguration
public boolean isSetConfiguration()Description copied from interface:DeployedSystem
Checks if configuration is set- Specified by:
isSetConfiguration
in interfaceDeployedSystem
-
setConfiguration
Description copied from interface:DeployedSystem
Sets the configuration property- Specified by:
setConfiguration
in interfaceDeployedSystem
-