Package net.opengis.sensorml.v20
Interface FeatureList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
FeatureListImpl
POJO class for XML type FeatureListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeature
(AbstractFeature feature) Adds a new feature propertyGets the list of feature propertiesint
Returns number of feature 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
-
getFeatureList
OgcPropertyList<AbstractFeature> getFeatureList()Gets the list of feature properties -
getNumFeatures
int getNumFeatures()Returns number of feature properties -
addFeature
Adds a new feature property
-