Package net.opengis.wfs20
Interface AdditionalValuesType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AdditionalValuesTypeImpl
public interface AdditionalValuesType extends EObject
A representation of the model object 'Additional Values Type'.The following features are supported:
- See Also:
Wfs20Package.getAdditionalValuesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleFeatureCollectionType
getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.FeatureMap
getSimpleFeatureCollectionGroup()
Returns the value of the 'Simple Feature Collection Group' attribute list.ValueCollectionType
getValueCollection()
Returns the value of the 'Value Collection' containment reference.void
setSimpleFeatureCollection(SimpleFeatureCollectionType value)
Sets the value of the 'Simple Feature Collection
' containment reference.void
setValueCollection(ValueCollectionType value)
Sets the value of the 'Value Collection
' containment reference.
-
-
-
Method Detail
-
getValueCollection
ValueCollectionType getValueCollection()
Returns the value of the 'Value Collection' containment reference.If the meaning of the 'Value Collection' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value Collection' containment reference.
- See Also:
setValueCollection(ValueCollectionType)
,Wfs20Package.getAdditionalValuesType_ValueCollection()
-
setValueCollection
void setValueCollection(ValueCollectionType value)
Sets the value of the 'Value Collection
' containment reference.- Parameters:
value
- the new value of the 'Value Collection' containment reference.- See Also:
getValueCollection()
-
getSimpleFeatureCollectionGroup
FeatureMap getSimpleFeatureCollectionGroup()
Returns the value of the 'Simple Feature Collection Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Simple Feature Collection Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simple Feature Collection Group' attribute list.
- See Also:
Wfs20Package.getAdditionalValuesType_SimpleFeatureCollectionGroup()
-
getSimpleFeatureCollection
SimpleFeatureCollectionType getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.If the meaning of the 'Simple Feature Collection' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simple Feature Collection' containment reference.
- See Also:
setSimpleFeatureCollection(SimpleFeatureCollectionType)
,Wfs20Package.getAdditionalValuesType_SimpleFeatureCollection()
-
setSimpleFeatureCollection
void setSimpleFeatureCollection(SimpleFeatureCollectionType value)
Sets the value of the 'Simple Feature Collection
' containment reference.- Parameters:
value
- the new value of the 'Simple Feature Collection' containment reference.- See Also:
getSimpleFeatureCollection()
-
-