Package net.opengis.sensorml.v20
Interface Deployment
- All Superinterfaces:
AbstractFeature
,AbstractGML
,DescribedObject
,IFeature
,IResource
,Serializable
- All Known Implementing Classes:
DeploymentImpl
POJO class for XML type DeploymentType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface net.opengis.sensorml.v20.DescribedObject
DEFAULT_NS_URI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDeployedSystem
(String name, DeployedSystem sys) Adds a new deployed systemGets the definition propertygetDeployedSystem
(String name) Gets the deployed system with the given nameGets the list of deployed systemsGets the localReferenceFrame propertyGets the localTimeFrame propertyint
Returns number of deployed systemsGets the reference to the platformboolean
Checks if definition is setboolean
Checks if localReferenceFrame is setboolean
Checks if localTimeFrame is setboolean
Checks if platform is setvoid
setDefinition
(String definition) Sets the definition propertyvoid
setLocalReferenceFrame
(SpatialFrame localReferenceFrame) Sets the localReferenceFrame propertyvoid
setLocalTimeFrame
(TemporalFrame localTimeFrame) Sets the localTimeFrame propertyvoid
setPlatform
(DeployedSystem platform) Sets the platformMethods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometry
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
Methods inherited from interface net.opengis.sensorml.v20.DescribedObject
addCapabilities, addCharacteristics, addClassification, addContacts, addDocumentation, addExtension, addHistory, addIdentification, addKeywords, addLegalConstraints, addSecurityConstraints, addValidTimeAsTimeInstant, addValidTimeAsTimePeriod, getCapabilities, getCapabilitiesList, getCharacteristics, getCharacteristicsList, getClassificationList, getContactsList, getDocumentationList, getExtensionList, getHistoryList, getIdentificationList, getKeywordsList, getLang, getLegalConstraintsList, getNumCapabilities, getNumCharacteristics, getNumClassifications, getNumContacts, getNumDocumentations, getNumExtensions, getNumHistorys, getNumIdentifications, getNumKeywords, getNumLegalConstraints, getNumSecurityConstraints, getNumValidTimes, getSecurityConstraintsList, getValidTimeList, isSetLang, setLang
Methods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimeProperty
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Field Details
-
DEFAULT_QNAME
-
-
Method Details
-
getDefinition
String getDefinition()Gets the definition property -
isSetDefinition
boolean isSetDefinition()Checks if definition is set -
setDefinition
Sets the definition property -
getLocalReferenceFrame
SpatialFrame getLocalReferenceFrame()Gets the localReferenceFrame property -
isSetLocalReferenceFrame
boolean isSetLocalReferenceFrame()Checks if localReferenceFrame is set -
setLocalReferenceFrame
Sets the localReferenceFrame property -
getLocalTimeFrame
TemporalFrame getLocalTimeFrame()Gets the localTimeFrame property -
isSetLocalTimeFrame
boolean isSetLocalTimeFrame()Checks if localTimeFrame is set -
setLocalTimeFrame
Sets the localTimeFrame property -
getPlatform
DeployedSystem getPlatform()Gets the reference to the platform -
isSetPlatform
boolean isSetPlatform()Checks if platform is set -
setPlatform
Sets the platform -
getDeployedSystemList
OgcPropertyList<DeployedSystem> getDeployedSystemList()Gets the list of deployed systems -
getNumDeployedSystems
int getNumDeployedSystems()Returns number of deployed systems -
getDeployedSystem
Gets the deployed system with the given name -
addDeployedSystem
Adds a new deployed system
-