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

Packages that use GridCoverage
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.coverage.processing   
 

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)
          Deprecated. Read the grid coverage from the current stream position, and move to the next grid coverage.
 

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

Uses of GridCoverage in org.opengis.coverage.processing
 

Subinterfaces of GridCoverage in org.opengis.coverage.processing
 interface GridAnalysis
          Deprecated. In favor of migrating to ISO 19123 definition for Coverage.
 

Methods in org.opengis.coverage.processing that return GridCoverage
 GridCoverage GridCoverageProcessor.doOperation(String operationName, GeneralParameterValue[] parameters)
          Deprecated. 
 

Methods in org.opengis.coverage.processing with parameters of type GridCoverage
 GridAnalysis GridCoverageProcessor.analyze(GridCoverage gridCoverage)
          Deprecated. No replacement.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.