Interface KeywordList

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

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

    • getCodeSpace

      String getCodeSpace()
      Gets the codeSpace URI
    • isSetCodeSpace

      boolean isSetCodeSpace()
      Checks if codeSpace is set
    • setCodeSpace

      void setCodeSpace(String codeSpace)
      Sets the codeSpace URI
    • getKeywordList

      List<String> getKeywordList()
      Gets the list of keyword properties
    • getNumKeywords

      int getNumKeywords()
      Returns number of keyword properties
    • addKeyword

      void addKeyword(String keyword)
      Adds a new keyword property