Uses of Interface
org.opengis.gc.GC_GridCoverage

Packages that use GC_GridCoverage
org.deegree_impl.graphics   
org.deegree_impl.graphics.displayelements   
org.deegree_impl.model.cv   
org.deegree_impl.model.gc   
org.deegree_impl.model.gp   
org.deegree.graphics   
org.deegree.graphics.displayelements   
org.opengis.cv   
org.opengis.gc   
org.opengis.gp   
 

Uses of GC_GridCoverage in org.deegree_impl.graphics
 

Fields in org.deegree_impl.graphics declared as GC_GridCoverage
protected  GC_GridCoverage RasterLayer_Impl.raster
           
 

Methods in org.deegree_impl.graphics that return GC_GridCoverage
 GC_GridCoverage RasterLayer_Impl.getRaster()
          returns the image/raster that represents the layers data
 

Methods in org.deegree_impl.graphics with parameters of type GC_GridCoverage
 void RasterLayer_Impl.setRaster(GC_GridCoverage raster)
          sets the image/raster that represents the layers data
static Layer MapFactory.createRasterLayer(java.lang.String name, GC_GridCoverage raster)
          creates a raster layer.
 

Constructors in org.deegree_impl.graphics with parameters of type GC_GridCoverage
RasterLayer_Impl(java.lang.String name, GC_GridCoverage raster)
          Creates a new Layer_Impl object.
 

Uses of GC_GridCoverage in org.deegree_impl.graphics.displayelements
 

Fields in org.deegree_impl.graphics.displayelements declared as GC_GridCoverage
private  GC_GridCoverage RasterDisplayElement_Impl.gc
           
 

Methods in org.deegree_impl.graphics.displayelements that return GC_GridCoverage
 GC_GridCoverage RasterDisplayElement_Impl.getRaster()
          returns the content of the RasterDisplayElement
 

Methods in org.deegree_impl.graphics.displayelements with parameters of type GC_GridCoverage
 void RasterDisplayElement_Impl.setRaster(GC_GridCoverage gc)
          sets the grid coverage that represents the content of the RasterDisplayElement
static RasterDisplayElement DisplayElementFactory.buildRasterDisplayElement(GC_GridCoverage gc, RasterSymbolizer sym)
          Creates a RasterDisplayElement from the submitted image.
 

Constructors in org.deegree_impl.graphics.displayelements with parameters of type GC_GridCoverage
RasterDisplayElement_Impl(GC_GridCoverage gc)
          Creates a new RasterDisplayElement_Impl object.
RasterDisplayElement_Impl(GC_GridCoverage gc, RasterSymbolizer symbolizer)
          Creates a new RasterDisplayElement_Impl object.
 

Uses of GC_GridCoverage in org.deegree_impl.model.cv
 

Methods in org.deegree_impl.model.cv that return GC_GridCoverage
 GC_GridCoverage CV_Coverage_Impl.getSource(int sourceDataIndex)
          Returns the source data for a grid coverage.
 

Uses of GC_GridCoverage in org.deegree_impl.model.gc
 

Classes in org.deegree_impl.model.gc that implement GC_GridCoverage
 class GC_GridCoverage_Impl
          Represent the basic implementation which provides access to grid coverage data.
 class ImageGridCoverage
          Represent the basic implementation which provides access to grid coverage data.
 

Fields in org.deegree_impl.model.gc declared as GC_GridCoverage
private  GC_GridCoverage[] ImageGridCoverage.overviews
           
private  GC_GridCoverage[] GC_GridCoverage_Impl.overviews
           
 

Methods in org.deegree_impl.model.gc that return GC_GridCoverage
 GC_GridCoverage ImageGridCoverage.getOverview(int overviewIndex)
          Returns a pre-calculated overview for a grid coverage.
 GC_GridCoverage GC_GridCoverage_Impl.getOverview(int overviewIndex)
          Returns a pre-calculated overview for a grid coverage.
 GC_GridCoverage GC_GridCoverageExchange_Impl.createFromName(java.lang.String name)
          Create a new GC_GridCoverage from a grid coverage file.
 GC_GridCoverage GC_GridCoverageExchange_Impl.createFromSubName(java.lang.String name, java.lang.String subName)
          Create a new GC_GridCoverage from a file where the file contains many grid coverages.
 GC_GridCoverage GC_GridCoverageExchange_Impl.move(GC_GridCoverage gridCoverage, CS_CoordinateSystem coordsys, CT_MathTransform gridToCoordinateSystem)
          Create a new coverage with a different coordinate reference system.
 

Methods in org.deegree_impl.model.gc with parameters of type GC_GridCoverage
 void GC_GridCoverageExchange_Impl.exportTo(GC_GridCoverage gridCoverage, java.lang.String fileFormat, java.lang.String fileName, GC_Parameter[] creationOptions)
          Export a grid coverage to a persistent file format.
 GC_GridCoverage GC_GridCoverageExchange_Impl.move(GC_GridCoverage gridCoverage, CS_CoordinateSystem coordsys, CT_MathTransform gridToCoordinateSystem)
          Create a new coverage with a different coordinate reference system.
 

Uses of GC_GridCoverage in org.deegree_impl.model.gp
 

Classes in org.deegree_impl.model.gp that implement GC_GridCoverage
(package private)  class GP_GridAnalysis_Impl
          Performs various analysis operations on a grid coverage.
 

Methods in org.deegree_impl.model.gp that return GC_GridCoverage
 GC_GridCoverage GP_GridCoverageProcessor_Impl.doOperation(java.lang.String operationName, GC_Parameter[] parameters)
          Apply a process operation to a grid coverage.
 

Methods in org.deegree_impl.model.gp with parameters of type GC_GridCoverage
 GP_GridAnalysis GP_GridCoverageProcessor_Impl.analyse(GC_GridCoverage gridCoverage)
          Creates a GP_GridAnalysis interface from a grid coverage.
 

Uses of GC_GridCoverage in org.deegree.graphics
 

Methods in org.deegree.graphics that return GC_GridCoverage
 GC_GridCoverage RasterLayer.getRaster()
          returns the image/raster that represents the layers data
 

Methods in org.deegree.graphics with parameters of type GC_GridCoverage
 void RasterLayer.setRaster(GC_GridCoverage raster)
          sets the image/raster that represents the layers data
 

Uses of GC_GridCoverage in org.deegree.graphics.displayelements
 

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

Methods in org.deegree.graphics.displayelements with parameters of type GC_GridCoverage
 void RasterDisplayElement.setRaster(GC_GridCoverage gc)
          sets the grid coverage that represents the content of the RasterDisplayElement
 

Uses of GC_GridCoverage in org.opengis.cv
 

Methods in org.opengis.cv that return GC_GridCoverage
 GC_GridCoverage CV_Coverage.getSource(int sourceDataIndex)
          Returns the source data for a grid coverage.
 

Uses of GC_GridCoverage in org.opengis.gc
 

Methods in org.opengis.gc that return GC_GridCoverage
 GC_GridCoverage GC_GridCoverageExchange.createFromName(java.lang.String name)
          Create a new GC_GridCoverage from a grid coverage file.
 GC_GridCoverage GC_GridCoverageExchange.createFromSubName(java.lang.String name, java.lang.String subName)
          Create a new GC_GridCoverage from a file where the file contains many grid coverages.
 GC_GridCoverage GC_GridCoverageExchange.move(GC_GridCoverage gridCoverage, CS_CoordinateSystem coordsys, CT_MathTransform gridToCoordinateSystem)
          Create a new coverage with a different coordinate reference system.
 GC_GridCoverage GC_GridCoverage.getOverview(int overviewIndex)
          Returns a pre-calculated overview for a grid coverage.
 

Methods in org.opengis.gc with parameters of type GC_GridCoverage
 void GC_GridCoverageExchange.exportTo(GC_GridCoverage gridCoverage, java.lang.String fileFormat, java.lang.String fileName, GC_Parameter[] creationOptions)
          Export a grid coverage to a persistent file format.
 GC_GridCoverage GC_GridCoverageExchange.move(GC_GridCoverage gridCoverage, CS_CoordinateSystem coordsys, CT_MathTransform gridToCoordinateSystem)
          Create a new coverage with a different coordinate reference system.
 

Uses of GC_GridCoverage in org.opengis.gp
 

Subinterfaces of GC_GridCoverage in org.opengis.gp
 interface GP_GridAnalysis
          Performs various analysis operations on a grid coverage.
 

Methods in org.opengis.gp that return GC_GridCoverage
 GC_GridCoverage GP_GridCoverageProcessor.doOperation(java.lang.String operationName, GC_Parameter[] parameters)
          Apply a process operation to a grid coverage.
 

Methods in org.opengis.gp with parameters of type GC_GridCoverage
 GP_GridAnalysis GP_GridCoverageProcessor.analyse(GC_GridCoverage gridCoverage)
          Creates a GP_GridAnalysis interface from a grid coverage.