Package net.opengis.wfs20
Interface SimpleFeatureCollectionType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
FeatureCollectionType
- All Known Implementing Classes:
FeatureCollectionTypeImpl
,SimpleFeatureCollectionTypeImpl
public interface SimpleFeatureCollectionType
extends EObject
A representation of the model object 'Simple Feature Collection Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Bounded By' containment reference.EList<FeatureCollection>
Returns the value of the 'Member' containment reference list.void
setBoundedBy
(EnvelopePropertyType value) Sets the value of the 'Bounded By
' containment reference.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
-
getBoundedBy
EnvelopePropertyType getBoundedBy()Returns the value of the 'Bounded By' containment reference.If the meaning of the 'Bounded By' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bounded By' containment reference.
- See Also:
-
setBoundedBy
Sets the value of the 'Bounded By
' containment reference.- Parameters:
value
- the new value of the 'Bounded By' containment reference.- See Also:
-
getMember
EList<FeatureCollection> getMember()Returns the value of the 'Member' containment reference list. The list contents are of typeMemberPropertyType
.If the meaning of the 'Member' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Member' containment reference list.
- See Also:
-