Package net.opengis.sensorml.v20
Interface ClassifierList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
ClassifierListImpl
POJO class for XML type ClassifierListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassifier
(Term classifier) Adds a new classifier propertyGets the list of classifier propertiesint
Returns number of classifier 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
-
getClassifierList
Gets the list of classifier properties -
getNumClassifiers
int getNumClassifiers()Returns number of classifier properties -
addClassifier
Adds a new classifier property
-