A C D E F G H I K L M N P R S T U W X

A

AbstractIterator - Class in uk.ac.leeds.ccg.andyt.grids.core
A basic wrapper for the interface.
AbstractIterator() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractIterator
 
add(Grid2DSquareCellDouble, Grid2DSquareCellDouble, boolean, Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
TODO: 1.
addToCell(double, double, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
Returns current value of cell containing the point given by x-coordinate x, y-coordinate y, and adds valueToAdd to that cell.
addToCell(Grid2DSquareCellAbstract.CellID, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
Returns the value of the cell with cell ID cellID and adds valueToAdd to that cell.
addToCell(long, long, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
Returns current value of cell with row index rowIndex and column index colIndex and adds valueToAdd to that cell.
addToCell(double, double, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
Returns current value of cell containing the point given by x-coordinate x, y-coordinate y, and adds valueToAdd to that cell.
addToCell(Grid2DSquareCellAbstract.CellID, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
Returns the value of the cell with cell ID cellID and adds valueToAdd to that cell.
addToCell(long, long, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
Returns current value of cell with row index rowIndex and column index colIndex and adds valueToAdd to that cell.
addToGrid(Grid2DSquareCellDouble, HashSet, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with value added to all cells with IDs as Integers in cellKeys.
addToGrid(Grid2DSquareCellDouble, HashSet, double, Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a copy of grid with value added to all cells with IDs as Integer keys in cellIDKeys
addToGrid(Grid2DSquareCellDouble, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with value added to every cell via AbstractGrid2DSquareCellDouble.addToCell(value)
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.CellID[], double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with value added to every cell via Grid2DSquareCellDouble.addToCell(value)
addToGrid(Grid2DSquareCellDouble, double, Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a copy of grid with value added to every cell via AbstractGrid2DSquareCellDouble.addToCell(value)
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with values added from gridToAdd
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a Grid2DSquareCellDouble with values of grid2DSquareCellDouble added with values from grid2DSquareCellDoubleToAdd multiplied by weight.
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, long, long, long, long, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a Grid2DSquareCellDouble with values of grid2DSquareCellDouble added with values from grid2DSquareCellDoubleToAdd (with row index between startRowIndex, endRowIndex and column index between startColIndex, endColIndex) multiplied by weight.
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, long, long, long, long, BigDecimal[], double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a Grid2DSquareCellDouble with values of grid2DSquareCellDouble added with values from grid2DSquareCellDoubleToAdd (with row index between startRowIndex, endRowIndex and column index between startColIndex, endColIndex) multiplied by weight.
addToGrid(Grid2DSquareCellDouble, File, String, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with values added from a file.
aggregate(Grid2DSquareCellDouble, int, String, int, int, Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns an Grid2DSquareCellDouble at a lower level of resolution than grid.
aggregate(Grid2DSquareCellDouble, String, BigDecimal[], Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns an Grid2DSquareCellDouble at a lower level of resolution than grid.
angle(double, double, double, double) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.Utilities
Returns the clockwise angle in radians to the y axis of the line from x1, y1 to x2, y2

A C D E F G H I K L M N P R S T U W X