Package net.opengis.fes20
Interface SpatialCapabilitiesType
-
- All Superinterfaces:
EObject,Notifier,SpatialCapabilities
- All Known Implementing Classes:
SpatialCapabilitiesTypeImpl
public interface SpatialCapabilitiesType extends EObject, SpatialCapabilities
A representation of the model object 'Spatial Capabilities Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeometryOperandsTypegetGeometryOperands2()Returns the value of the 'Geometry Operands' containment reference.SpatialOperatorsTypegetSpatialOperators()Returns the value of the 'Spatial Operators' containment reference.voidsetGeometryOperands(GeometryOperandsType value)Sets the value of the 'Geometry Operands' containment reference.voidsetSpatialOperators(SpatialOperatorsType value)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 SpatialCapabilities
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.getSpatialCapabilitiesType_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:
SpatialCapabilities.getGeometryOperands()
-
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:
getSpatialOperatorsin interfaceSpatialCapabilities- Returns:
- the value of the 'Spatial Operators' containment reference.
- See Also:
setSpatialOperators(SpatialOperatorsType),Fes20Package.getSpatialCapabilitiesType_SpatialOperators()
-
setSpatialOperators
void setSpatialOperators(SpatialOperatorsType value)
Sets the value of the 'Spatial Operators' containment reference.- Parameters:
value- the new value of the 'Spatial Operators' containment reference.- See Also:
getSpatialOperators()
-
-