Interface ImageCRSRefType

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

    public interface ImageCRSRefType
    extends EObject
    A representation of the model object 'Image CRS Ref Type'. Association to an image coordinate reference system, either referencing or containing the definition of that reference system.

    The following features are supported:

    See Also:
    Wcs111Package.getImageCRSRefType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object getImageCRS()
      Returns the value of the 'Image CRS' attribute.
      void setImageCRS​(Object value)
      Sets the value of the 'Image 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

      • setImageCRS

        void setImageCRS​(Object value)
        Sets the value of the 'Image CRS' attribute.
        Parameters:
        value - the new value of the 'Image CRS' attribute.
        See Also:
        getImageCRS()