/** * * * * $Id$ */ package net.opengis.wcs11; import org.eclipse.emf.ecore.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 net.opengis.wcs11.Wcs111Package#getImageCRSRefType() * @model extendedMetaData="name='ImageCRSRefType' kind='elementOnly'" * @generated */ public interface ImageCRSRefType extends EObject { /** * Returns the value of the 'Image CRS' attribute. * *

* If the meaning of the 'Image CRS' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Image CRS' attribute. * @see #setImageCRS(Object) * @see net.opengis.wcs11.Wcs111Package#getImageCRSRefType_ImageCRS() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='element' name='ImageCRS' namespace='http://www.opengis.net/gml'" * @generated */ Object getImageCRS(); /** * Sets the value of the '{@link net.opengis.wcs11.ImageCRSRefType#getImageCRS Image CRS}' attribute. * * * @param value the new value of the 'Image CRS' attribute. * @see #getImageCRS() * @generated */ void setImageCRS(Object value); } // ImageCRSRefType