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 TypeMethodDescriptionvoidaddDeployedSystem(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 propertyintReturns number of deployed systemsGets the reference to the platformbooleanChecks if definition is setbooleanChecks if localReferenceFrame is setbooleanChecks if localTimeFrame is setbooleanChecks if platform is setvoidsetDefinition(String definition) Sets the definition propertyvoidsetLocalReferenceFrame(SpatialFrame localReferenceFrame) Sets the localReferenceFrame propertyvoidsetLocalTimeFrame(TemporalFrame localTimeFrame) Sets the localTimeFrame propertyvoidsetPlatform(DeployedSystem platform) Sets the platformMethods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometryMethods 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, setUniqueIdentifierMethods 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, setLangMethods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods 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 
 -