Deprecated API


Contents
Deprecated Methods
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.getCellX(Grid2DSquareCellAbstract.CellID, boolean)
          use getCellXDouble(CellID,boolean) Returns the x-coordinate of the centroid for cell with cell ID cellID as a double. 
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.getCellX(long, boolean)
          use getCellXDouble(long,boolean) Returns the x-coordinate of the centroid for cells with column index cellColIndex as a double. 
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.getCellY(Grid2DSquareCellAbstract.CellID, boolean)
          use getCellYDouble(CellID,boolean) Returns the y-coordinate of the centroid of cell with CellID cellID as a double. 
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.getCellY(long, boolean)
          use getCellYDouble(long,boolean) Returns the y-coordinate of the centroid for cells with row index cellRowIndex as a double. 
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.getNoDataValueDouble(boolean)
          This should not be used Returns the noDataValue of this as a double.