Package net.opengis.sensorml.v20.impl
Class DeploymentImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractFeatureImpl
net.opengis.sensorml.v20.impl.DescribedObjectImpl
net.opengis.sensorml.v20.impl.DeploymentImpl
- All Implemented Interfaces:
 Serializable,AbstractFeature,AbstractGML,Deployment,DescribedObject,IFeature,IResource
POJO class for XML type DeploymentType(@http://www.opengis.net/sensorml/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected OgcPropertyList<DeployedSystem>protected SpatialFrameprotected TemporalFrameprotected DeployedSystemFields inherited from class net.opengis.sensorml.v20.impl.DescribedObjectImpl
capabilitiesList, characteristicsList, classificationList, contactsList, documentationList, extensionList, historyList, identificationList, keywordsList, lang, legalConstraintsList, securityConstraintsList, validTimeListFields inherited from class net.opengis.gml.v32.impl.AbstractFeatureImpl
boundedBy, locationFields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODEFields inherited from interface net.opengis.sensorml.v20.Deployment
DEFAULT_QNAMEFields inherited from interface net.opengis.sensorml.v20.DescribedObject
DEFAULT_NS_URIFields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME - 
Constructor Summary
Constructors - 
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 platform propertygetQName()booleanChecks 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 platform propertyMethods inherited from class net.opengis.sensorml.v20.impl.DescribedObjectImpl
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, getValidTime, getValidTimeList, isSetLang, setLangMethods inherited from class net.opengis.gml.v32.impl.AbstractFeatureImpl
equals, getBoundedBy, getGeometry, getGeometryProperty, hashCode, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometryMethods 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, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods inherited from interface org.vast.util.IResource
getDescription, getName 
- 
Field Details
- 
definition
 - 
localReferenceFrame
 - 
localTimeFrame
 - 
platform
 - 
deployedSystems
 
 - 
 - 
Constructor Details
- 
DeploymentImpl
public DeploymentImpl() 
 - 
 - 
Method Details
- 
getQName
 - 
getDefinition
Gets the definition property- Specified by:
 getDefinitionin interfaceDeployment
 - 
isSetDefinition
public boolean isSetDefinition()Checks if definition is set- Specified by:
 isSetDefinitionin interfaceDeployment
 - 
setDefinition
Sets the definition property- Specified by:
 setDefinitionin interfaceDeployment
 - 
getLocalReferenceFrame
Gets the localReferenceFrame property- Specified by:
 getLocalReferenceFramein interfaceDeployment
 - 
isSetLocalReferenceFrame
public boolean isSetLocalReferenceFrame()Checks if localReferenceFrame is set- Specified by:
 isSetLocalReferenceFramein interfaceDeployment
 - 
setLocalReferenceFrame
Sets the localReferenceFrame property- Specified by:
 setLocalReferenceFramein interfaceDeployment
 - 
getLocalTimeFrame
Gets the localTimeFrame property- Specified by:
 getLocalTimeFramein interfaceDeployment
 - 
isSetLocalTimeFrame
public boolean isSetLocalTimeFrame()Checks if localTimeFrame is set- Specified by:
 isSetLocalTimeFramein interfaceDeployment
 - 
setLocalTimeFrame
Sets the localTimeFrame property- Specified by:
 setLocalTimeFramein interfaceDeployment
 - 
getPlatform
Gets the platform property- Specified by:
 getPlatformin interfaceDeployment
 - 
isSetPlatform
public boolean isSetPlatform()Checks if platform is set- Specified by:
 isSetPlatformin interfaceDeployment
 - 
setPlatform
Sets the platform property- Specified by:
 setPlatformin interfaceDeployment
 - 
getDeployedSystemList
Gets the list of deployed systems- Specified by:
 getDeployedSystemListin interfaceDeployment
 - 
getNumDeployedSystems
public int getNumDeployedSystems()Returns number of deployed systems- Specified by:
 getNumDeployedSystemsin interfaceDeployment
 - 
getDeployedSystem
Gets the deployed system with the given name- Specified by:
 getDeployedSystemin interfaceDeployment
 - 
addDeployedSystem
Adds a new deployed system- Specified by:
 addDeployedSystemin interfaceDeployment
 
 -