Package net.opengis.sensorml.v20
Interface EventList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
EventListImpl
POJO class for XML type EventListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new event propertyGets the list of event propertiesint
Returns number of event propertiesMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinition
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Method Details
-
getEventList
OgcPropertyList<Event> getEventList()Gets the list of event properties -
getNumEvents
int getNumEvents()Returns number of event properties -
addEvent
Adds a new event property
-