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_CODEFields 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 systembooleanChecks if configuration is setbooleanChecks if position is setvoidsetConfiguration(Settings configuration) Sets the configuration propertyvoidsetPositionAsPoint(Point position) Adds a new positionAsPoint propertyvoidsetPositionAsPose(Pose pose) Adds a new positionAsPose propertyvoidsetPositionAsText(Text position) Adds a new positionAsText propertyvoidsetPositionAsVector(Vector position) Adds a new positionAsVector propertyvoidsetSystemRef(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, setUniqueIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:DeployedSystemGets the reference to the system- Specified by:
 getSystemRefin interfaceDeployedSystem
 - 
setSystemRef
Description copied from interface:DeployedSystemSets the reference to the system- Specified by:
 setSystemRefin interfaceDeployedSystem
 - 
getPosition
Description copied from interface:DeployedSystemGets the position property- Specified by:
 getPositionin interfaceDeployedSystem
 - 
isSetPosition
public boolean isSetPosition()Description copied from interface:DeployedSystemChecks if position is set- Specified by:
 isSetPositionin interfaceDeployedSystem
 - 
setPositionAsText
Description copied from interface:DeployedSystemAdds a new positionAsText property- Specified by:
 setPositionAsTextin interfaceDeployedSystem
 - 
setPositionAsPoint
Description copied from interface:DeployedSystemAdds a new positionAsPoint property- Specified by:
 setPositionAsPointin interfaceDeployedSystem
 - 
setPositionAsVector
Description copied from interface:DeployedSystemAdds a new positionAsVector property- Specified by:
 setPositionAsVectorin interfaceDeployedSystem
 - 
setPositionAsPose
Description copied from interface:DeployedSystemAdds a new positionAsPose property- Specified by:
 setPositionAsPosein interfaceDeployedSystem
 - 
getConfiguration
Description copied from interface:DeployedSystemGets the configuration property- Specified by:
 getConfigurationin interfaceDeployedSystem
 - 
isSetConfiguration
public boolean isSetConfiguration()Description copied from interface:DeployedSystemChecks if configuration is set- Specified by:
 isSetConfigurationin interfaceDeployedSystem
 - 
setConfiguration
Description copied from interface:DeployedSystemSets the configuration property- Specified by:
 setConfigurationin interfaceDeployedSystem
 
 -