Interface ClassifierList

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

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

    • getClassifierList

      List<Term> getClassifierList()
      Gets the list of classifier properties
    • getNumClassifiers

      int getNumClassifiers()
      Returns number of classifier properties
    • addClassifier

      void addClassifier(Term classifier)
      Adds a new classifier property