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.voidSets the value of the 'Geometry Operands' containment reference.voidSets 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, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods 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:
getNamein 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:
-