Package net.opengis.fes20
Interface SpatialCapabilitiesType
- All Superinterfaces:
EObject
,Notifier
,SpatialCapabilities
- All Known Implementing Classes:
SpatialCapabilitiesTypeImpl
A representation of the model object 'Spatial Capabilities Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Geometry Operands' containment reference.Returns the value of the 'Spatial Operators' containment reference.void
Sets the value of the 'Geometry Operands
' containment reference.void
Sets the value of the 'Spatial Operators
' 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
Methods inherited from interface SpatialCapabilities
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:
-
getSpatialOperators
SpatialOperatorsType getSpatialOperators()Returns the value of the 'Spatial Operators' containment reference.If the meaning of the 'Spatial Operators' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getSpatialOperators
in interfaceSpatialCapabilities
- Returns:
- the value of the 'Spatial Operators' containment reference.
- See Also:
-
setSpatialOperators
Sets the value of the 'Spatial Operators
' containment reference.- Parameters:
value
- the new value of the 'Spatial Operators' containment reference.- See Also:
-