GeoAPI 2.0
Build 2005-06-08

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

Packages that use GridRange
org.opengis.coverage.grid Grid coverages (coverages with gridded data). 
 

Uses of GridRange in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return GridRange
 GridRange GridGeometry.getGridRange()
          The valid coordinate range of a grid coverage.
 

Methods in org.opengis.coverage.grid with parameters of type GridRange
 boolean[] GridCoverage.getDataBlock(GridRange gridRange, boolean[] destination)
          Return a sequence of boolean values for a block.
 byte[] GridCoverage.getDataBlock(GridRange gridRange, byte[] destination)
          Return a sequence of 8 bits values for a block.
 double[] GridCoverage.getDataBlock(GridRange gridRange, double[] destination)
          Return a sequence of double values for a block.
 float[] GridCoverage.getDataBlock(GridRange gridRange, float[] destination)
          Return a sequence of float values for a block.
 int[] GridCoverage.getDataBlock(GridRange gridRange, int[] destination)
          Return a sequence of 32 bits values for a block.
 short[] GridCoverage.getDataBlock(GridRange gridRange, short[] destination)
          Return a sequence of 16 bits values for a block.
 byte[] GridCoverage.getPackedDataBlock(GridRange gridRange)
          Return a block of grid coverage data for all sample dimensions.
 void GridCoverage.setDataBlock(GridRange gridRange, boolean[] values)
          Set a block of boolean values for all sample dimensions.
 void GridCoverage.setDataBlock(GridRange gridRange, byte[] values)
          Set a block of 8 bits values for all sample dimensions.
 void GridCoverage.setDataBlock(GridRange gridRange, double[] values)
          Set a block of double values for all sample dimensions.
 void GridCoverage.setDataBlock(GridRange gridRange, float[] values)
          Set a block of float values for all sample dimensions.
 void GridCoverage.setDataBlock(GridRange gridRange, int[] values)
          Set a block of 32 bits values for all sample dimensions.
 void GridCoverage.setDataBlock(GridRange gridRange, short[] values)
          Set a block of 16 bits values for all sample dimensions.
 void GridCoverage.setPackedDataBlock(GridRange gridRange, byte[] values)
          Set a block of grid coverage data for all sample dimensions.
 


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium