Package net.opengis.gml311
Interface AbstractFeatureCollectionType
- All Superinterfaces:
AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
DynamicFeatureCollectionType
,FeatureCollectionType
- All Known Implementing Classes:
AbstractFeatureCollectionTypeImpl
,DynamicFeatureCollectionTypeImpl
,FeatureCollectionTypeImpl
A representation of the model object 'Abstract Feature Collection Type'.
A feature collection contains zero or more features.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<FeaturePropertyType>
Returns the value of the 'Feature Member' containment reference list.Returns the value of the 'Feature Members' containment reference.void
Sets the value of the 'Feature Members
' containment reference.Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureMember
EList<FeaturePropertyType> getFeatureMember()Returns the value of the 'Feature Member' containment reference list. The list contents are of typeFeaturePropertyType
.If the meaning of the 'Feature Member' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Member' containment reference list.
- See Also:
-
getFeatureMembers
FeatureArrayPropertyType getFeatureMembers()Returns the value of the 'Feature Members' containment reference.If the meaning of the 'Feature Members' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Members' containment reference.
- See Also:
-
setFeatureMembers
Sets the value of the 'Feature Members
' containment reference.- Parameters:
value
- the new value of the 'Feature Members' containment reference.- See Also:
-