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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Default' containment reference.
    Returns the value of the 'Supported' containment reference.
    void
    Sets the value of the 'Default' containment reference.
    void
    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 Details

    • getDefault

      DefaultType getDefault()
      Returns the value of the 'Default' containment reference. Identifies the default CRS that will be used unless the Execute operation request specifies another supported CRS.
      Returns:
      the value of the 'Default' containment reference.
      See Also:
    • 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:
    • getSupported

      CRSsType getSupported()
      Returns the value of the 'Supported' containment reference. Unordered list of references to all of the CRSs supported for this Input/Output. The default CRS shall be included in this list.
      Returns:
      the value of the 'Supported' containment reference.
      See Also:
    • 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: