Uses of Class
org.geotools.coverage.grid.GridCoordinates2D
Packages that use GridCoordinates2D
-
Uses of GridCoordinates2D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return GridCoordinates2DModifier and TypeMethodDescriptionGridCoordinates2D.clone()
Returns a clone of this coordinates.GridEnvelope2D.getHigh()
Returns the valid maximum inclusive grid coordinates.GridEnvelope2D.getLow()
Returns the valid minimum inclusive grid coordinates.final 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 GridCoordinates2DModifier and TypeMethodDescriptiondouble[]
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.final Position
GridGeometry2D.gridToWorld
(GridCoordinates2D point) Transforms a point represented by a GridCoordinates2D object from grid to world coordinates.