Package net.opengis.sensorml.v20
Interface CapabilityList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
CapabilityListImpl
POJO class for XML type CapabilityListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCapability
(String name, DataComponent capability) Adds a new capability propertyvoid
addCondition
(String name, DataComponent condition) Adds a new conditiongetCapability
(String name) Gets the capability property with the given nameGets the list of capability propertiesgetCondition
(String name) Gets the condition with the given nameGets the list of conditionsint
Returns number of capability propertiesint
Returns number of conditionsGets the property that this group of capabilities relates toboolean
Checks if definition is setvoid
setRelatedProperty
(String definition) Sets the related propertyMethods 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
-
getRelatedProperty
String getRelatedProperty()Gets the property that this group of capabilities relates to -
isSetRelatedProperty
boolean isSetRelatedProperty()Checks if definition is set -
setRelatedProperty
Sets the related property -
getCapabilityList
OgcPropertyList<DataComponent> getCapabilityList()Gets the list of capability properties -
getNumCapabilitys
int getNumCapabilitys()Returns number of capability properties -
getCapability
Gets the capability property with the given name -
addCapability
Adds a new capability 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
-