Package net.opengis.fes20
Interface DistanceBufferType
- All Superinterfaces:
EObject
,Notifier
,SpatialOpsType
- All Known Implementing Classes:
DistanceBufferTypeImpl
A representation of the model object 'Distance Buffer Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFeatureMap
getAny()
Returns the value of the 'Any' attribute list.Returns the value of the 'Distance' containment reference.EObject
Returns the value of the 'Expression' containment reference.FeatureMap
Returns the value of the 'Expression Group' attribute list.void
setDistance
(MeasureType value) Sets the value of the 'Distance
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExpressionGroup
FeatureMap getExpressionGroup()Returns the value of the 'Expression Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Expression Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression Group' attribute list.
- See Also:
-
getExpression
EObject getExpression()Returns the value of the 'Expression' containment reference.If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression' containment reference.
- See Also:
-
getAny
FeatureMap getAny()Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
-
getDistance
MeasureType getDistance()Returns the value of the 'Distance' containment reference.If the meaning of the 'Distance' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Distance' containment reference.
- See Also:
-
setDistance
Sets the value of the 'Distance
' containment reference.- Parameters:
value
- the new value of the 'Distance' containment reference.- See Also:
-