Interface CRSsType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    CRSsTypeImpl

    public interface CRSsType
    extends EObject
    A representation of the model object 'CRSs Type'. Identifies a Coordinate Reference System (CRS) supported for this input or output.

    The following features are supported:

    See Also:
    Wps10Package.getCRSsType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCRS()
      Returns the value of the 'CRS' attribute.
      void setCRS​(String value)
      Sets the value of the 'CRS' attribute.
      • 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
    • Method Detail

      • setCRS

        void setCRS​(String value)
        Sets the value of the 'CRS' attribute.
        Parameters:
        value - the new value of the 'CRS' attribute.
        See Also:
        getCRS()