Interface Deployment

All Superinterfaces:
AbstractFeature, AbstractGML, DescribedObject, IFeature, IResource, Serializable
All Known Implementing Classes:
DeploymentImpl

public interface Deployment extends DescribedObject
POJO class for XML type DeploymentType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Field Details

    • DEFAULT_QNAME

      static final QName DEFAULT_QNAME
  • Method Details

    • getDefinition

      String getDefinition()
      Gets the definition property
    • isSetDefinition

      boolean isSetDefinition()
      Checks if definition is set
    • setDefinition

      void setDefinition(String definition)
      Sets the definition property
    • getLocalReferenceFrame

      SpatialFrame getLocalReferenceFrame()
      Gets the localReferenceFrame property
    • isSetLocalReferenceFrame

      boolean isSetLocalReferenceFrame()
      Checks if localReferenceFrame is set
    • setLocalReferenceFrame

      void setLocalReferenceFrame(SpatialFrame localReferenceFrame)
      Sets the localReferenceFrame property
    • getLocalTimeFrame

      TemporalFrame getLocalTimeFrame()
      Gets the localTimeFrame property
    • isSetLocalTimeFrame

      boolean isSetLocalTimeFrame()
      Checks if localTimeFrame is set
    • setLocalTimeFrame

      void setLocalTimeFrame(TemporalFrame localTimeFrame)
      Sets the localTimeFrame property
    • getPlatform

      DeployedSystem getPlatform()
      Gets the reference to the platform
    • isSetPlatform

      boolean isSetPlatform()
      Checks if platform is set
    • setPlatform

      void setPlatform(DeployedSystem platform)
      Sets the platform
    • getDeployedSystemList

      OgcPropertyList<DeployedSystem> getDeployedSystemList()
      Gets the list of deployed systems
    • getNumDeployedSystems

      int getNumDeployedSystems()
      Returns number of deployed systems
    • getDeployedSystem

      DeployedSystem getDeployedSystem(String name)
      Gets the deployed system with the given name
    • addDeployedSystem

      void addDeployedSystem(String name, DeployedSystem sys)
      Adds a new deployed system