net.opengis.wcs11
Interface ImageCRSRefType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ImageCRSRefTypeImpl

public interface ImageCRSRefType
extends 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 Also:
Wcs111Package.getImageCRSRefType()

Method Summary
 java.lang.Object getImageCRS()
          Returns the value of the 'Image CRS' attribute.
 void setImageCRS(java.lang.Object value)
          Sets the value of the 'Image CRS' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImageCRS

java.lang.Object getImageCRS()
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...

Returns:
the value of the 'Image CRS' attribute.
See Also:
setImageCRS(Object), Wcs111Package.getImageCRSRefType_ImageCRS()

setImageCRS

void setImageCRS(java.lang.Object value)
Sets the value of the 'Image CRS' attribute.

Parameters:
value - the new value of the 'Image CRS' attribute.
See Also:
getImageCRS()


Copyright © 1996-2010 Geotools. All Rights Reserved.