Package net.opengis.fes20
Interface SpatialOperatorsType
- All Superinterfaces:
EObject
,Notifier
,SpatialOperators
- All Known Implementing Classes:
SpatialOperatorsTypeImpl
A representation of the model object 'Spatial Operators Type'.
The following features are supported:
Spatial Operator
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<SpatialOperator>
Returns the value of the 'Spatial Operator' containment reference list.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 SpatialOperators
getOperator
-
Method Details
-
getOperators
EList<SpatialOperator> getOperators()Returns the value of the 'Spatial Operator' containment reference list. The list contents are of typeSpatialOperatorType
.If the meaning of the 'Spatial Operator' containment reference list isn't clear, there really should be more of a description here...
- Specified by:
getOperators
in interfaceSpatialOperators
- Returns:
- the value of the 'Spatial Operator' containment reference list.
- See Also:
-