Package net.opengis.gml.v32.impl
Class FeatureCollectionImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractFeatureImpl
net.opengis.gml.v32.impl.FeatureCollectionImpl
- All Implemented Interfaces:
 Serializable,AbstractFeature,AbstractGML,FeatureCollection,IFeature,IResource
POJO class for XML type AbstractFeatureCollectionType(@http://www.opengis.net/gml/3.2).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsFields inherited from class net.opengis.gml.v32.impl.AbstractFeatureImpl
boundedBy, locationFields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODEFields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeatureMember(AbstractFeature featureMember) Adds a new featureMember propertyGets the list of featureMember propertiesintReturns number of featureMember propertiesgetQName()Methods inherited from class net.opengis.gml.v32.impl.AbstractFeatureImpl
equals, getBoundedBy, getGeometry, getGeometryProperty, hashCode, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometryMethods inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods inherited from interface org.vast.util.IResource
getDescription, getName 
- 
Field Details
- 
QNAME
 - 
featureMemberList
 
 - 
 - 
Constructor Details
- 
FeatureCollectionImpl
public FeatureCollectionImpl() 
 - 
 - 
Method Details
- 
getQName
 - 
getFeatureMemberList
Gets the list of featureMember properties- Specified by:
 getFeatureMemberListin interfaceFeatureCollection
 - 
getNumFeatureMembers
public int getNumFeatureMembers()Returns number of featureMember properties- Specified by:
 getNumFeatureMembersin interfaceFeatureCollection
 - 
addFeatureMember
Adds a new featureMember property- Specified by:
 addFeatureMemberin interfaceFeatureCollection
 
 -