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

Packages that use GridRange
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

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)
          Deprecated. This operation can hardly be implemented efficiently in Java with a byte[] argument type, since we can't easily cast an array of byte[] to an array of arbitrary type.
 



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