Package net.opengis.sensorml.v20.impl
Class FeatureListImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
net.opengis.sensorml.v20.impl.FeatureListImpl
- All Implemented Interfaces:
 Serializable,AbstractMetadataList,FeatureList,AbstractSWE,AbstractSWEIdentifiable
POJO class for XML type FeatureListType(@http://www.opengis.net/sensorml/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsFields inherited from class net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
definitionFields inherited from class org.vast.data.AbstractSWEIdentifiableImpl
description, identifier, labelFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeature(AbstractFeature feature) Adds a new feature propertyGets the list of feature propertiesintReturns number of feature propertiesMethods inherited from class net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
getDefinition, isSetDefinition, setDefinitionMethods inherited from class org.vast.data.AbstractSWEIdentifiableImpl
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabelMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinitionMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel 
- 
Field Details
- 
featureList
 
 - 
 - 
Constructor Details
- 
FeatureListImpl
public FeatureListImpl() 
 - 
 - 
Method Details
- 
getFeatureList
Gets the list of feature properties- Specified by:
 getFeatureListin interfaceFeatureList
 - 
getNumFeatures
public int getNumFeatures()Returns number of feature properties- Specified by:
 getNumFeaturesin interfaceFeatureList
 - 
addFeature
Adds a new feature property- Specified by:
 addFeaturein interfaceFeatureList
 
 -