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 TypeMethodDescriptionvoid
addFeatureMember
(AbstractFeature featureMember) Adds a new featureMember propertyGets the list of featureMember propertiesint
Returns number of featureMember propertiesMethods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometry
Methods 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, setUniqueIdentifier
Methods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimeProperty
Methods 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
-