Package net.opengis.sensorml.v20
Interface ModeChoice
- All Superinterfaces:
AbstractModes
,AbstractSWE
,Serializable
- All Known Implementing Classes:
ModeChoiceImpl
POJO class for XML type ModeChoiceType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new mode propertyGets the list of mode propertiesint
Returns number of mode propertiesMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Method Details
-
getModeList
OgcPropertyList<Mode> getModeList()Gets the list of mode properties -
getNumModes
int getNumModes()Returns number of mode properties -
addMode
Adds a new mode property
-