Uses of Class
org.openjump.core.rasterimage.sextante.rasterWrappers.GridCell
-
Packages that use GridCell Package Description org.openjump.core.rasterimage.sextante.rasterWrappers -
-
Uses of GridCell in org.openjump.core.rasterimage.sextante.rasterWrappers
Methods in org.openjump.core.rasterimage.sextante.rasterWrappers that return GridCell Modifier and Type Method Description GridCellGridExtent. getGridCoordsFromWorldCoords(double x, double y)Converts a world coordinate to grid coordinatesGridCellGridExtent. getGridCoordsFromWorldCoords(Point2D pt)Converts a world coordinate to grid coordinatesMethods in org.openjump.core.rasterimage.sextante.rasterWrappers with parameters of type GridCell Modifier and Type Method Description Point2DGridExtent. getWorldCoordsFromGridCoords(GridCell cell)/** Converts a grid cell into a world coordinate representing the center of that cell
-