Interface SupportedCRSsType

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

    public interface SupportedCRSsType
    extends EObject
    A representation of the model object 'Supported CR Ss Type'. Listing of the Coordinate Reference System (CRS) support for this process input or output.

    The following features are supported:

    See Also:
    Wps10Package.getSupportedCRSsType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DefaultType getDefault()
      Returns the value of the 'Default' containment reference.
      CRSsType getSupported()
      Returns the value of the 'Supported' containment reference.
      void setDefault​(DefaultType value)
      Sets the value of the 'Default' containment reference.
      void setSupported​(CRSsType value)
      Sets the value of the 'Supported' containment reference.
      • 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

      • setDefault

        void setDefault​(DefaultType value)
        Sets the value of the 'Default' containment reference.
        Parameters:
        value - the new value of the 'Default' containment reference.
        See Also:
        getDefault()
      • setSupported

        void setSupported​(CRSsType value)
        Sets the value of the 'Supported' containment reference.
        Parameters:
        value - the new value of the 'Supported' containment reference.
        See Also:
        getSupported()