Package net.opengis.fes20
Interface SpatialOperatorType
- All Superinterfaces:
EObject
,Notifier
,Operator
,SpatialOperator
- All Known Implementing Classes:
SpatialOperatorTypeImpl
A representation of the model object 'Spatial Operator Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Geometry Operands' containment reference.getName()
Returns the value of the 'Name' attribute.void
Sets the value of the 'Geometry Operands
' containment reference.void
Sets the value of the 'Name
' attribute.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
Methods inherited from interface SpatialOperator
getGeometryOperands
-
Method Details
-
getGeometryOperands2
GeometryOperandsType getGeometryOperands2()Returns the value of the 'Geometry Operands' containment reference.If the meaning of the 'Geometry Operands' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Geometry Operands' containment reference.
- See Also:
-
setGeometryOperands
Sets the value of the 'Geometry Operands
' containment reference.- Parameters:
value
- the new value of the 'Geometry Operands' containment reference.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Specified by:
getName
in interfaceOperator
- Returns:
- the value of the 'Name' attribute.
- See Also:
-
#setName(Object)
Fes20Package.getSpatialOperatorType_Name()
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-