Uses of Class
org.geotools.coverage.grid.GridCoordinates2D
-
Packages that use GridCoordinates2D Package Description org.geotools.coverage.grid GridCoverage2D implementation. -
-
Uses of GridCoordinates2D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return GridCoordinates2D Modifier and Type Method 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(Position point)
Transforms a point represented by a DirectPosition object from world to grid coordinates.Methods in org.geotools.coverage.grid with parameters of type GridCoordinates2D Modifier and Type Method 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.Position
GridGeometry2D. gridToWorld(GridCoordinates2D point)
Transforms a point represented by a GridCoordinates2D object from grid to world coordinates.
-