Package net.opengis.gml.v32
Interface FeatureCollection
- All Superinterfaces:
 AbstractFeature,AbstractGML,IFeature,IResource,Serializable
- All Known Implementing Classes:
 FeatureCollectionImpl
POJO class for XML type AbstractFeatureCollectionType(@http://www.opengis.net/gml/3.2).
 This is a complex type.
- 
Field Summary
Fields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeatureMember(AbstractFeature featureMember) Adds a new featureMember propertyGets the list of featureMember propertiesintReturns number of featureMember propertiesMethods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometryMethods inherited from interface net.opengis.gml.v32.AbstractGML
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierMethods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods inherited from interface org.vast.util.IResource
getDescription, getName 
- 
Method Details
- 
getFeatureMemberList
OgcPropertyList<AbstractFeature> getFeatureMemberList()Gets the list of featureMember properties - 
getNumFeatureMembers
int getNumFeatureMembers()Returns number of featureMember properties - 
addFeatureMember
Adds a new featureMember property 
 -