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

    Modifier and Type
    Method
    Description
    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 Details

    • getCRS

      String getCRS()
      Returns the value of the 'CRS' attribute. Reference to a CRS supported for this Input/Output.
      Returns:
      the value of the 'CRS' attribute.
      See Also:
    • setCRS

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