GeoAPI 2.0
Build 2005-06-08

Uses of Interface
org.opengis.coverage.grid.GridCoverage

Packages that use GridCoverage
org.opengis.coverage.grid Grid coverages (coverages with gridded data). 
org.opengis.coverage.processing Grid coverage processor (image processing functionality). 
 

Uses of GridCoverage in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return GridCoverage
 GridCoverage GridCoverage.getOverview(int overviewIndex)
          Returns a pre-calculated overview for a grid coverage.
 GridCoverage GridCoverageReader.read(GeneralParameterValue[] parameters)
          Read the grid coverage from the current stream position, and move to the next grid coverage.
 

Methods in org.opengis.coverage.grid that return types with arguments of type GridCoverage
 List<GridCoverage> GridCoverage.getSources()
          Returns the sources data for a grid coverage.
 

Methods in org.opengis.coverage.grid with parameters of type GridCoverage
 void GridCoverageWriter.write(GridCoverage coverage, GeneralParameterValue[] parameters)
          Writes the specified grid coverage.
 

Uses of GridCoverage in org.opengis.coverage.processing
 

Subinterfaces of GridCoverage in org.opengis.coverage.processing
 interface GridAnalysis
          Performs various analysis operations on a grid coverage.
 

Methods in org.opengis.coverage.processing that return GridCoverage
 GridCoverage GridCoverageProcessor.doOperation(String operationName, GeneralParameterValue[] parameters)
          Apply a process operation to a grid coverage.
 

Methods in org.opengis.coverage.processing with parameters of type GridCoverage
 GridAnalysis GridCoverageProcessor.analyze(GridCoverage gridCoverage)
          Creates a GridAnalysis interface from a grid coverage.
 


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium