| Class | Description |
|---|---|
| AbstractGridCoverage |
Base class for GeoTools implementation of grid coverage.
|
| 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.
|
| LookupTableFactory |
A factory for
LookupTableJAI objects built from an array of MathTransform1D. |
| Exception | Description |
|---|---|
| InvalidGridGeometryException |
Thrown by
GeneralGridGeometry when a grid geometry is in an invalid state. |
Copyright © 1996–2019 Geotools. All rights reserved.