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 SummaryAll 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface SpatialCapabilitiesgetGeometryOperands
 
- 
 
- 
- 
- 
Method Detail- 
getGeometryOperands2GeometryOperandsType 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()
 
 - 
setGeometryOperandsvoid 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()
 
 - 
getSpatialOperatorsSpatialOperatorsType 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 interface- SpatialCapabilities
- Returns:
- the value of the 'Spatial Operators' containment reference.
- See Also:
- setSpatialOperators(SpatialOperatorsType),- Fes20Package.getSpatialCapabilitiesType_SpatialOperators()
 
 - 
setSpatialOperatorsvoid 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()
 
 
- 
 
-