Interface FeatureList

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

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

    • getFeatureList

      OgcPropertyList<AbstractFeature> getFeatureList()
      Gets the list of feature properties
    • getNumFeatures

      int getNumFeatures()
      Returns number of feature properties
    • addFeature

      void addFeature(AbstractFeature feature)
      Adds a new feature property