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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FeaturePropertyType>
getFeatureMember()
Returns the value of the 'Feature Member' containment reference list.FeatureArrayPropertyType
getFeatureMembers()
Returns the value of the 'Feature Members' containment reference.void
setFeatureMembers(FeatureArrayPropertyType value)
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
-
-
-
-
Method Detail
-
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:
Gml311Package.getAbstractFeatureCollectionType_FeatureMember()
-
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(FeatureArrayPropertyType)
,Gml311Package.getAbstractFeatureCollectionType_FeatureMembers()
-
setFeatureMembers
void 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()
-
-