Interface EventList

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

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

    • getEventList

      OgcPropertyList<Event> getEventList()
      Gets the list of event properties
    • getNumEvents

      int getNumEvents()
      Returns number of event properties
    • addEvent

      void addEvent(Event event)
      Adds a new event property