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 SummaryAll 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface SpatialOperatorgetGeometryOperands
 
- 
 
- 
- 
- 
Method Detail- 
getGeometryOperands2GeometryOperandsType 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()
 
 - 
setGeometryOperandsvoid 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()
 
 - 
getNameString 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 interface- Operator
- Returns:
- the value of the 'Name' attribute.
- See Also:
- #setName(Object),- Fes20Package.getSpatialOperatorType_Name()
 
 
- 
 
-