Package net.opengis.wfs20
Interface SimpleFeatureCollectionType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- FeatureCollectionType
 - All Known Implementing Classes:
- FeatureCollectionTypeImpl,- SimpleFeatureCollectionTypeImpl
 
 public interface SimpleFeatureCollectionType extends EObjectA representation of the model object 'Simple Feature Collection Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvelopePropertyTypegetBoundedBy()Returns the value of the 'Bounded By' containment reference.EList<FeatureCollection>getMember()Returns the value of the 'Member' containment reference list.voidsetBoundedBy(EnvelopePropertyType value)Sets the value of the 'Bounded By' containment reference.
 
- 
- 
- 
Method Detail- 
getBoundedByEnvelopePropertyType 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()
 
 - 
setBoundedByvoid 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()
 
 - 
getMemberEList<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()
 
 
- 
 
-