Package | Description |
---|---|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
Modifier and Type | Method and Description |
---|---|
GridCoordinates2D |
GridCoordinates2D.clone()
Returns a clone of this coordinates.
|
GridCoordinates2D |
GridEnvelope2D.getHigh()
Returns the valid maximum inclusive grid coordinates.
|
GridCoordinates2D |
GridEnvelope2D.getLow()
Returns the valid minimum inclusive grid coordinates.
|
GridCoordinates2D |
GridGeometry2D.worldToGrid(DirectPosition point)
Transforms a point represented by a DirectPosition object from world to grid coordinates.
|
Modifier and Type | Method and Description |
---|---|
double[] |
GridCoverage2D.evaluate(GridCoordinates2D coord,
double[] dest)
Return sample dimension (band) values as an array of doubles for the given grid
location.
|
float[] |
GridCoverage2D.evaluate(GridCoordinates2D coord,
float[] dest)
Return sample dimension (band) values as an array of floats for the given grid
location.
|
int[] |
GridCoverage2D.evaluate(GridCoordinates2D coord,
int[] dest)
Return sample dimension (band) values as an array of integers for the given grid
location.
|
DirectPosition |
GridGeometry2D.gridToWorld(GridCoordinates2D point)
Transforms a point represented by a GridCoordinates2D object from grid to world coordinates.
|
Copyright © 1996–2019 Geotools. All rights reserved.