Uses of Class
org.opengis.coverage.grid.GridNotEditableException

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

Uses of GridNotEditableException in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that throw GridNotEditableException
 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.