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 SummaryAll 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface SpatialOperatorsgetOperator
 
- 
 
- 
- 
- 
Method Detail- 
getOperatorsEList<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:
- getOperatorsin interface- SpatialOperators
- Returns:
- the value of the 'Spatial Operator' containment reference list.
- See Also:
- Fes20Package.getSpatialOperatorsType_SpatialOperator()
 
 
- 
 
-