Package net.opengis.fes20
Interface SpatialOperatorType
-
- All Superinterfaces:
EObject,Notifier,Operator,SpatialOperator
- All Known Implementing Classes:
SpatialOperatorTypeImpl
public interface SpatialOperatorType extends EObject, SpatialOperator
A representation of the model object 'Spatial Operator Type'.The following features are supported:
- See Also:
Fes20Package.getSpatialOperatorType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeometryOperandsTypegetGeometryOperands2()Returns the value of the 'Geometry Operands' containment reference.StringgetName()Returns the value of the 'Name' attribute.voidsetGeometryOperands(GeometryOperandsType value)Sets the value of the 'Geometry Operands' containment reference.voidsetName(String value)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 SpatialOperator
getGeometryOperands
-
-
-
-
Method Detail
-
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(GeometryOperandsType),Fes20Package.getSpatialOperatorType_GeometryOperands()
-
setGeometryOperands
void setGeometryOperands(GeometryOperandsType value)
Sets the value of the 'Geometry Operands' containment reference.- Parameters:
value- the new value of the 'Geometry Operands' containment reference.- See Also:
SpatialOperator.getGeometryOperands()
-
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()
-
-