Package net.opengis.fes20
Interface SpatialOperatorsType
-
- All Superinterfaces:
EObject
,Notifier
,SpatialOperators
- All Known Implementing Classes:
SpatialOperatorsTypeImpl
public interface SpatialOperatorsType extends EObject, SpatialOperators
A representation of the model object 'Spatial Operators Type'.The following features are supported:
Spatial Operator
- See Also:
Fes20Package.getSpatialOperatorsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SpatialOperator>
getOperators()
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 SpatialOperators
getOperator
-
-
-
-
Method Detail
-
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:
Fes20Package.getSpatialOperatorsType_SpatialOperator()
-
-