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 GridCell
GridExtent. getGridCoordsFromWorldCoords(double x, double y)
Converts a world coordinate to grid coordinatesGridCell
GridExtent. 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 Point2D
GridExtent. getWorldCoordsFromGridCoords(GridCell cell)
/** Converts a grid cell into a world coordinate representing the center of that cell
-