Package | Description |
---|---|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.opengis.coverage.grid |
Quadrilateral grid coverages.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GridCoordinates |
GeneralGridEnvelope.getHigh()
Returns the valid maximum inclusive grid coordinates.
|
GridCoordinates |
GeneralGridEnvelope.getLow()
Returns the valid minimum inclusive grid coordinates.
|
Constructor and Description |
---|
GeneralGridCoordinates(GridCoordinates coordinates)
Creates a grid coordinates which is a copy of the specified one.
|
Immutable(GridCoordinates coordinates)
Creates an immutable grid coordinates with the specified values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.