|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridCoordinates | |
---|---|
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
Uses of GridCoordinates in org.geotools.coverage.grid |
---|
Classes in org.geotools.coverage.grid that implement GridCoordinates | |
---|---|
class |
GeneralGridCoordinates
Holds the set of grid coordinates that specifies the location of the grid point within the grid. |
static class |
GeneralGridCoordinates.Immutable
An immutable GridCoordinates . |
class |
GridCoordinates2D
Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid. |
Methods in org.geotools.coverage.grid that return GridCoordinates | |
---|---|
GridCoordinates |
GeneralGridEnvelope.getHigh()
Returns the valid maximum inclusive grid coordinates. |
GridCoordinates |
GeneralGridEnvelope.getLow()
Returns the valid minimum inclusive grid coordinates. |
Constructors in org.geotools.coverage.grid with parameters of type GridCoordinates | |
---|---|
GeneralGridCoordinates.Immutable(GridCoordinates coordinates)
Creates an immutable grid coordinates with the specified values. |
|
GeneralGridCoordinates(GridCoordinates coordinates)
Creates a grid coordinates which is a copy of the specified one. |
Uses of GridCoordinates in org.opengis.coverage.grid |
---|
Methods in org.opengis.coverage.grid that return GridCoordinates | |
---|---|
GridCoordinates |
GridEnvelope.getHigh()
Returns the maximal coordinate values for all grid points within the grid. |
GridCoordinates |
GridEnvelope.getLow()
Returns the minimal coordinate values for all grid points within the grid. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |