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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvelopePropertyType
getBoundedBy()
Returns the value of the 'Bounded By' containment reference.EList<FeatureCollection>
getMember()
Returns the value of the 'Member' containment reference list.void
setBoundedBy(EnvelopePropertyType value)
Sets the value of the 'Bounded By
' containment reference.
-
-
-
Method Detail
-
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(EnvelopePropertyType)
,Wfs20Package.getSimpleFeatureCollectionType_BoundedBy()
-
setBoundedBy
void setBoundedBy(EnvelopePropertyType value)
Sets the value of the 'Bounded By
' containment reference.- Parameters:
value
- the new value of the 'Bounded By' containment reference.- See Also:
getBoundedBy()
-
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:
Wfs20Package.getSimpleFeatureCollectionType_Member()
-
-