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

L

linearRescale(Grid2DSquareCellDouble, double, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with values linearly rescaled into the range [min,max].
linearRescale(Grid2DSquareCellDouble, double, double, Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a new Grid2DSquareCellDouble that is a copy of grid, but with values linearly rescaled into the range [min,max].
ListIteratorAbstract<E> - Class in uk.ac.leeds.ccg.andyt.grids.core
A basic wrapper for the interface.
ListIteratorAbstract() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.ListIteratorAbstract
 
loadIntoCacheChunk(int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Restores a grid2DSquareCellChunk from a swapped cache file.
loadIntoCacheChunk(int, int) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Restores a grid2DSquareCellChunk from a swapped cache file.
loadIntoCacheChunk(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Attempts to load into the memory cache a AbstractGrid2DSquareCellChunk with ChunkID
loadIntoCacheChunk(Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Attempts to load into the memory cache Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID.
loadObject(File, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Loads an object from File file.
loadObject(File) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Loads an object from File file.
loadObject(ObjectInputStream) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Loads an object from the ObjectInputStream objectInputStream.
log - Variable in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
The log for recording progress and information about the processing.
log(String, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Writes string to log file and the console (standard output)
log(int, String, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Writes string to log file and the console (standard output) indenting string by logIndentation amount of white-space.
log(int, String) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Writes string to log file and the console (standard output) indenting string by logIndentation amount of white-space.
logIndentation - Variable in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
The log indentation (how many spaces before a log message line is output).
logRescale(Grid2DSquareCellDouble, double, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns grid with values linearly scaled to range [1.0d,1000000.0d] then logged using Math.log(double) and then linearly scaled into the range [min,max]
logRescale(Grid2DSquareCellDouble, double, double, Grid2DSquareCellDoubleFactory, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a new Grid2DSquareCellDouble that is a copy of grid, but with values linearly scaled to range [1.0d,1000000.0d] then logged using Math.log(double) and then linearly scaled into the range [min,max]

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