Package net.opengis.gml311
Interface AbstractFeatureCollectionType
- 
- All Superinterfaces:
- AbstractFeatureType,- AbstractGMLType,- EObject,- Notifier
 - All Known Subinterfaces:
- DynamicFeatureCollectionType,- FeatureCollectionType
 - All Known Implementing Classes:
- AbstractFeatureCollectionTypeImpl,- DynamicFeatureCollectionTypeImpl,- FeatureCollectionTypeImpl
 
 public interface AbstractFeatureCollectionType extends AbstractFeatureType A representation of the model object 'Abstract Feature Collection Type'. A feature collection contains zero or more features.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FeaturePropertyType>getFeatureMember()Returns the value of the 'Feature Member' containment reference list.FeatureArrayPropertyTypegetFeatureMembers()Returns the value of the 'Feature Members' containment reference.voidsetFeatureMembers(FeatureArrayPropertyType value)Sets the value of the 'Feature Members' containment reference.- 
Methods inherited from interface AbstractFeatureTypegetBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getFeatureMemberEList<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:
- Gml311Package.getAbstractFeatureCollectionType_FeatureMember()
 
 - 
getFeatureMembersFeatureArrayPropertyType 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(FeatureArrayPropertyType),- Gml311Package.getAbstractFeatureCollectionType_FeatureMembers()
 
 - 
setFeatureMembersvoid setFeatureMembers(FeatureArrayPropertyType value) Sets the value of the 'Feature Members' containment reference.- Parameters:
- value- the new value of the 'Feature Members' containment reference.
- See Also:
- getFeatureMembers()
 
 
- 
 
-