Package net.opengis.wcs11
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.
-
-
-
Method Detail
-
getImageCRS
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(Object value)
Sets the value of the 'Image CRS
' attribute.- Parameters:
value
- the new value of the 'Image CRS' attribute.- See Also:
getImageCRS()
-
-