Interface CharacteristicList

All Superinterfaces:
AbstractMetadataList, AbstractSWE, AbstractSWEIdentifiable, Serializable
All Known Implementing Classes:
CharacteristicListImpl

public interface CharacteristicList extends AbstractMetadataList
POJO class for XML type CharacteristicListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Method Details

    • getCharacteristicList

      OgcPropertyList<DataComponent> getCharacteristicList()
      Gets the list of characteristic properties
    • getNumCharacteristics

      int getNumCharacteristics()
      Returns number of characteristic properties
    • getCharacteristic

      DataComponent getCharacteristic(String name)
      Gets the characteristic property with the given name
    • addCharacteristic

      void addCharacteristic(String name, DataComponent characteristic)
      Adds a new characteristic property
    • getConditionList

      OgcPropertyList<DataComponent> getConditionList()
      Gets the list of conditions
    • getNumConditions

      int getNumConditions()
      Returns number of conditions
    • getCondition

      DataComponent getCondition(String name)
      Gets the condition with the given name
    • addCondition

      void addCondition(String name, DataComponent condition)
      Adds a new condition