deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Interface
org.deegree.model.coverage.grid.GridCoverage

Packages that use GridCoverage
org.deegree.graphics   
org.deegree.graphics.displayelements   
org.deegree.model.coverage.grid   
org.deegree.model.coverage.grid.oracle   
org.deegree.model.crs   
 

Uses of GridCoverage in org.deegree.graphics
 

Fields in org.deegree.graphics declared as GridCoverage
protected  GridCoverage RasterLayer.raster
          The raster of the layer
 

Methods in org.deegree.graphics that return GridCoverage
 GridCoverage RasterLayer.getRaster()
          returns the image/raster that represents the layers data
 GridCoverage LazyRasterLayer.getRaster(Envelope envelope, double resolution)
           
 GridCoverage OWSRasterLayer.getRaster(Envelope envelope, double w, double h)
           
 

Methods in org.deegree.graphics with parameters of type GridCoverage
static Layer MapFactory.createRasterLayer(String name, GridCoverage raster)
          creates a raster layer.
static Layer MapFactory.createRasterLayer(String name, GridCoverage raster, GetMap request)
           
 void RasterLayer.setRaster(GridCoverage raster)
          sets the image/raster that represents the layers data
 

Constructors in org.deegree.graphics with parameters of type GridCoverage
RasterLayer(String name, GridCoverage raster)
          Creates a new AbstractLayer object.
RasterLayer(String name, GridCoverage raster, GetMap request)
           
 

Uses of GridCoverage in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements that return GridCoverage
 GridCoverage RasterDisplayElement.getRaster()
          returns the content of the RasterDisplayElement
 

Methods in org.deegree.graphics.displayelements with parameters of type GridCoverage
static RasterDisplayElement DisplayElementFactory.buildRasterDisplayElement(GridCoverage gc, RasterSymbolizer sym)
          Creates a RasterDisplayElement from the given GridCoverage.
static RasterDisplayElement DisplayElementFactory.buildRasterDisplayElement(GridCoverage gc, RasterSymbolizer sym, GetMap request)
           
 void RasterDisplayElement.setRaster(GridCoverage gc)
          sets the grid coverage that represents the content of the RasterDisplayElement
 

Constructors in org.deegree.graphics.displayelements with parameters of type GridCoverage
RasterDisplayElement(GridCoverage gc)
          Creates a new RasterDisplayElement_Impl object.
RasterDisplayElement(GridCoverage gc, RasterSymbolizer symbolizer)
          Creates a new RasterDisplayElement_Impl object.
RasterDisplayElement(GridCoverage gc, RasterSymbolizer symbolizer, GetMap request)
           
 

Uses of GridCoverage in org.deegree.model.coverage.grid
 

Classes in org.deegree.model.coverage.grid that implement GridCoverage
 class AbstractGridCoverage
          Represent the basic implementation which provides access to grid coverage data.
 class ByteGridCoverage
          GridCoverage implementation for holding grids stored in a raw byte matrix (byte[][]) or in a set of ByteGridCoverages
 class FloatGridCoverage
           
 class ImageGridCoverage
          GridCoverage implementation for holding grids stored in an BufferedImage or in a set of ImageGridCoverages
 class ShortGridCoverage
          GridCoverage implementation for holding grids stored in a raw byte matrix (byte[][]) or in a set of ByteGridCoverages
 

Methods in org.deegree.model.coverage.grid that return GridCoverage
 GridCoverage CompoundGridCoverageReader.read(GeneralParameterValueIm[] parameters)
          Read the grid coverage from the current stream position, and move to the next grid coverage.
 GridCoverage ImageGridCoverageReader.read(GeneralParameterValueIm[] parameters)
          Read the grid coverage from the current stream position, and move to the next grid coverage.
 GridCoverage GeoTIFFGridCoverageReader.read(GeneralParameterValueIm[] parameters)
          Read the grid coverage from the current stream position, and move to the next grid coverage.
 GridCoverage GridCoverageReader.read(GeneralParameterValueIm[] parameters)
          Read the grid coverage from the current stream position, and move to the next grid coverage.
 GridCoverage RawDataReader.read(GeneralParameterValueIm[] parameters)
          Read the grid coverage from the current stream position, and move to the next grid coverage.
 

Methods in org.deegree.model.coverage.grid with parameters of type GridCoverage
 void GridCoverageWriter.write(GridCoverage coverage, GeneralParameterValueIm[] parameters)
          Writes the specified grid coverage.
 void XYZGridCoverageWriter.write(GridCoverage coverage, GeneralParameterValueIm[] parameters)
           
 void ImageGridCoverageWriter.write(GridCoverage coverage, GeneralParameterValueIm[] parameters)
          Writes the specified grid coverage.
 void GeoTIFFGridCoverageWriter.write(GridCoverage coverage, GeneralParameterValueIm[] parameters)
          Writes the specified grid coverage.
 void GMLGridCoverageWriter.write(GridCoverage coverage, GeneralParameterValueIm[] parameters)
           
 

Uses of GridCoverage in org.deegree.model.coverage.grid.oracle
 

Methods in org.deegree.model.coverage.grid.oracle that return GridCoverage
 GridCoverage OracleGeoRasterGridCoverageReader.read(GeneralParameterValueIm[] parameters)
          reads a GridCoverage from a Oracle 10g GeoRaster
 

Uses of GridCoverage in org.deegree.model.crs
 

Methods in org.deegree.model.crs that return GridCoverage
 GridCoverage GeoTransformer.transform(AbstractGridCoverage coverage, Envelope targetBBOX, int dstWidth, int dstHeight, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          transforms a GridCoverage into another coordinate reference system.
 GridCoverage GeoTransformer.transform(AbstractGridCoverage coverage, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          Deprecated. 
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org