/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Spatial Capabilities Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getSpatialCapabilitiesType() * @model extendedMetaData="name='Spatial_CapabilitiesType' kind='elementOnly'" * @generated */ public interface SpatialCapabilitiesType extends EObject { /** * 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... *

* * @return the value of the 'Geometry Operands' containment reference. * @see #setGeometryOperands(GeometryOperandsType) * @see net.opengis.fes20.Fes20Package#getSpatialCapabilitiesType_GeometryOperands() * @model containment="true" required="true" * extendedMetaData="kind='element' name='GeometryOperands' namespace='##targetNamespace'" * @generated */ GeometryOperandsType getGeometryOperands(); /** * Sets the value of the '{@link net.opengis.fes20.SpatialCapabilitiesType#getGeometryOperands Geometry Operands}' containment reference. * * * @param value the new value of the 'Geometry Operands' containment reference. * @see #getGeometryOperands() * @generated */ void setGeometryOperands(GeometryOperandsType value); /** * 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... *

* * @return the value of the 'Spatial Operators' containment reference. * @see #setSpatialOperators(SpatialOperatorsType) * @see net.opengis.fes20.Fes20Package#getSpatialCapabilitiesType_SpatialOperators() * @model containment="true" required="true" * extendedMetaData="kind='element' name='SpatialOperators' namespace='##targetNamespace'" * @generated */ SpatialOperatorsType getSpatialOperators(); /** * Sets the value of the '{@link net.opengis.fes20.SpatialCapabilitiesType#getSpatialOperators Spatial Operators}' containment reference. * * * @param value the new value of the 'Spatial Operators' containment reference. * @see #getSpatialOperators() * @generated */ void setSpatialOperators(SpatialOperatorsType value); } // SpatialCapabilitiesType