Package net.opengis.sensorml.v20
Interface CharacteristicList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
CharacteristicListImpl
POJO class for XML type CharacteristicListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCharacteristic
(String name, DataComponent characteristic) Adds a new characteristic propertyvoid
addCondition
(String name, DataComponent condition) Adds a new conditiongetCharacteristic
(String name) Gets the characteristic property with the given nameGets the list of characteristic propertiesgetCondition
(String name) Gets the condition with the given nameGets the list of conditionsint
Returns number of characteristic propertiesint
Returns number of conditionsMethods 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
-
getCharacteristicList
OgcPropertyList<DataComponent> getCharacteristicList()Gets the list of characteristic properties -
getNumCharacteristics
int getNumCharacteristics()Returns number of characteristic properties -
getCharacteristic
Gets the characteristic property with the given name -
addCharacteristic
Adds a new characteristic property -
getConditionList
OgcPropertyList<DataComponent> getConditionList()Gets the list of conditions -
getNumConditions
int getNumConditions()Returns number of conditions -
getCondition
Gets the condition with the given name -
addCondition
Adds a new condition
-