org.deegree.graphics
Interface RasterLayer

All Known Implementing Classes:
RasterLayer_Impl

public interface RasterLayer

A RasterLayer represent a layer which data are contained within one single Image. The image/raster is geo-referenced by a GM_Envelope that is linked to it.

------------------------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/02/09 07:57:01 $
Author:
Andreas Poth

Method Summary
 GC_GridCoverage getRaster()
          returns the image/raster that represents the layers data
 void setRaster(GC_GridCoverage raster)
          sets the image/raster that represents the layers data
 

Method Detail

getRaster

public GC_GridCoverage getRaster()
returns the image/raster that represents the layers data


setRaster

public void setRaster(GC_GridCoverage raster)
               throws java.lang.Exception
sets the image/raster that represents the layers data

Throws:
java.lang.Exception