Package org.geotools.coverage.grid

GridCoverage2D implementation.

See:
          Description

Class Summary
AbstractGridCoverage Base class for GeoTools implementation of grid coverage.
Calculator2D A grid coverage backed by the same image, grid geometry and sample dimension than an other coverage, but performing some additional calculation in its evaluate methods.
GeneralGridCoordinates Holds the set of grid coordinates that specifies the location of the grid point within the grid.
GeneralGridCoordinates.Immutable An immutable GridCoordinates.
GeneralGridEnvelope Defines a range of grid coverage coordinates.
GeneralGridGeometry Describes the valid range of grid coordinates and the math transform to transform grid coordinates to real world coordinates.
GridCoordinates2D Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid.
GridCoverage2D Basic access to grid data values backed by a two-dimensional rendered image.
GridCoverageBuilder Helper class for the creation of GridCoverage2D instances.
GridCoverageFactory A factory for grid coverage objects.
GridEnvelope2D Defines a range of two-dimensional grid coverage coordinates.
GridGeometry2D Describes the valid range of grid coordinates and the math transform, in the special case where only 2 dimensions are in use.
ImageGeometry A simple grid geometry holding the grid range as a rectangle and the grid to CRS relationship as an affine transform.
Interpolator2D A grid coverage using an interpolation for evaluating points.
 

Enum Summary
ViewType Enumerates different "views" over a given coverage.
 

Exception Summary
InvalidGridGeometryException Thrown by GeneralGridGeometry when a grid geometry is in an invalid state.
 

Package org.geotools.coverage.grid Description

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.



Copyright © 1996-2014 Geotools. All Rights Reserved.