Package org.geotools.coverage.grid
package org.geotools.coverage.grid
GridCoverage2D implementation. An explanation for this
  package is provided in the OpenGIS® javadoc.
  The remaining discussion on this page is specific to the Geotools implementation.
- 
ClassDescriptionBase class for GeoTools implementation of grid coverage.Holds the set of grid coordinates that specifies the location of the grid point within the grid.An immutable
GridCoordinates.Defines a range of grid coverage coordinates.Describes the valid range of grid coordinates and the math transform to transform grid coordinates to real world coordinates.Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid.Basic access to grid data values backed by a two-dimensional rendered image.Helper class for the creation ofGridCoverage2Dinstances.A factory for grid coverage objects.Defines a range of two-dimensional grid coverage coordinates.Describes the valid range of grid coordinates and the math transform, in the special case where only 2 dimensions are in use.A simple grid geometry holding the grid range as a rectangle and the grid to CRS relationship as an affine transform.A grid coverage using an interpolation for evaluating points.Thrown byGeneralGridGeometrywhen a grid geometry is in an invalid state.A factory forLookupTableImageNobjects built from an array ofMathTransform1D.