Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
Modifies grid so values are linearly rescaled into the range [min,max].
ListIteratorAbstract
<
E
> - Class in
uk.ac.leeds.ccg.andyt.grids.utilities
A basic wrapper for the interface.
ListIteratorAbstract()
- Constructor for class uk.ac.leeds.ccg.andyt.grids.utilities.
ListIteratorAbstract
loadIntoCacheChunk(int, int, boolean)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Restores a grid2DSquareCellChunk from a swapped cache file.
loadIntoCacheChunk(int, int)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Restores a grid2DSquareCellChunk from a swapped cache file.
loadIntoCacheChunk(AbstractGrid2DSquareCell.ChunkID, boolean)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Attempts to load into the memory cache a AbstractGrid2DSquareCellChunk with ChunkID
loadIntoCacheChunk(AbstractGrid2DSquareCell.ChunkID)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Attempts to load into the memory cache AbstractGrid2DSquareCellChunk with ChunkID equal to _ChunkID.
loadObject(File, boolean)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Loads an object from _File.
loadObject(File)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Loads an object from _File.
loadObject(ObjectInputStream)
- Method in class uk.ac.leeds.ccg.andyt.grids.core.
AbstractGrid2DSquareCell
Loads an object from _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
Modifies grid so values are linearly scaled to range [1.0d,1000000.0d] then logged using Math.log(double) and then linearly scaled into the range [min,max]
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
W
X
_