Uses of Class
es.unex.sextante.rasterWrappers.GridCell

Packages that use GridCell
es.unex.sextante.rasterWrappers   
 

Uses of GridCell in es.unex.sextante.rasterWrappers
 

Methods in es.unex.sextante.rasterWrappers that return GridCell
 GridCell GridExtent.getGridCoordsFromWorldCoords(double x, double y)
          Converts a world coordinate to grid coordinates
 GridCell GridExtent.getGridCoordsFromWorldCoords(java.awt.geom.Point2D pt)
          Converts a world coordinate to grid coordinates
 

Methods in es.unex.sextante.rasterWrappers with parameters of type GridCell
 java.awt.geom.Point2D GridExtent.getWorldCoordsFromGridCoords(GridCell cell)
          /** Converts a grid cell into a world coordinate representing the center of that cell