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

A

AbstractGrid2DSquareCell - Class in uk.ac.leeds.ccg.andyt.grids.core
Contains CellID and ChunkID classes, referencing and general geometry methods.
AbstractGrid2DSquareCell() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell
 
AbstractGrid2DSquareCell.CellID - Class in uk.ac.leeds.ccg.andyt.grids.core
A simple CellID class for distinguishing cells.
AbstractGrid2DSquareCell.CellID() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell.CellID
Default constructor.
AbstractGrid2DSquareCell.CellID(AbstractGrid2DSquareCell.CellID) - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell.CellID
Constructs a new CellID that is a clone of _CellID
AbstractGrid2DSquareCell.CellID(long, long, long) - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell.CellID
Constructs a new CellID.
AbstractGrid2DSquareCell.ChunkID - Class in uk.ac.leeds.ccg.andyt.grids.core
A simple ChunkID class for distinguishing chunks.
AbstractGrid2DSquareCell.ChunkID() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell.ChunkID
Default constructor.
AbstractGrid2DSquareCell.ChunkID(AbstractGrid2DSquareCell.ChunkID) - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell.ChunkID
Constructs a new ChunkID that is a clone of _ChunkID
AbstractGrid2DSquareCell.ChunkID(int, int, int) - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell.ChunkID
Constructs a new ChunkID
AbstractGrid2DSquareCellChunk - Class in uk.ac.leeds.ccg.andyt.grids.core
AbstractGrid2DSquareCellChunk provides inner classes for ChunkCellID and general geometry methods for extended classes.
AbstractGrid2DSquareCellChunk() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunk
 
AbstractGrid2DSquareCellChunk.ChunkCellID - Class in uk.ac.leeds.ccg.andyt.grids.core
A simple ChunkCellID class for distinguishing cells in this chunk.
AbstractGrid2DSquareCellChunk.ChunkCellID() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunk.ChunkCellID
Constructs a new ChunkCellID
AbstractGrid2DSquareCellChunk.ChunkCellID(int, int) - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunk.ChunkCellID
Constructs a new ChunkCellID
AbstractGrid2DSquareCellChunk.ChunkCellID(int, int, int) - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunk.ChunkCellID
Constructs a new ChunkCellID
AbstractGrid2DSquareCellChunkFactory - Class in uk.ac.leeds.ccg.andyt.grids.core
Basic wrapper.
AbstractGrid2DSquareCellChunkFactory() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunkFactory
 
AbstractGrid2DSquareCellDoubleChunk - Class in uk.ac.leeds.ccg.andyt.grids.core
Provides general methods and controls what methods extended classes must implement acting as an interface.
AbstractGrid2DSquareCellDoubleChunk() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellDoubleChunk
 
AbstractGrid2DSquareCellDoubleChunkFactory - Class in uk.ac.leeds.ccg.andyt.grids.core
Abstract Class for defining (an interface for) chunk factory methods.
AbstractGrid2DSquareCellDoubleChunkFactory() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellDoubleChunkFactory
 
AbstractGrid2DSquareCellFactory - Class in uk.ac.leeds.ccg.andyt.grids.core
Abstract class to be extended by all AbstractGrid2DSquareCell factories.
AbstractGrid2DSquareCellFactory() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellFactory
 
AbstractGrid2DSquareCellIntChunk - Class in uk.ac.leeds.ccg.andyt.grids.core
Provides general methods and controls what methods extended classes must implement acting as an interface.
AbstractGrid2DSquareCellIntChunk() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellIntChunk
 
AbstractGrid2DSquareCellIntChunkFactory - Class in uk.ac.leeds.ccg.andyt.grids.core
Abstract Class for defining (an interface for) chunk factory methods.
AbstractGrid2DSquareCellIntChunkFactory() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellIntChunkFactory
 
AbstractGridStatistics - Class in uk.ac.leeds.ccg.andyt.grids.core
An abstract class to be extended and methods overridden to provide statistics about the data in AbstractGrid2DSquareCell and Grid2DSquareCellChunkAbstract more optimally.
AbstractGridStatistics() - Constructor for class uk.ac.leeds.ccg.andyt.grids.core.AbstractGridStatistics
 
AbstractIterator - Class in uk.ac.leeds.ccg.andyt.grids.utilities
A basic wrapper for the interface.
AbstractIterator() - Constructor for class uk.ac.leeds.ccg.andyt.grids.utilities.AbstractIterator
 
add(E) - Method in class uk.ac.leeds.ccg.andyt.grids.utilities.ListIteratorAbstract
Inserts the specified element into the list (optional operation).
addToCell(double, double, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
 
addToCell(double, double, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
 
addToCell(AbstractGrid2DSquareCell.CellID, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
 
addToCell(AbstractGrid2DSquareCell.CellID, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
 
addToCell(long, long, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
 
addToCell(long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
 
addToCell(double, double, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
 
addToCell(double, double, int) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
 
addToCell(AbstractGrid2DSquareCell.CellID, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
 
addToCell(AbstractGrid2DSquareCell.CellID, int) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
 
addToCell(long, long, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
 
addToCell(long, long, int) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
 
addToGrid(Grid2DSquareCellDouble, HashSet, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Adds value to grid for cells with CellID in _CellIDs
addToGrid(Grid2DSquareCellDouble, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Adds value to every cell of grid.
addToGrid(Grid2DSquareCellDouble, AbstractGrid2DSquareCell.CellID[], double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Adds value to grid for cells with CellID in _CellIDs
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Add gridToAdd to grid
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Add gridToAdd to grid with values from gridToAdd multiplied by weight.
addToGrid(Grid2DSquareCellDouble, Grid2DSquareCellDouble, long, long, long, long, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Add gridToAdd to grid with values from gridToAdd 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 grid added with values from gridToAdd (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(AbstractGrid2DSquareCell, 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(AbstractGrid2DSquareCell, 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, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns the clockwise angle in radians to the y axis of the line from (x1,y1) to (x2,y2).
angle(double, double, double, double, int, int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns the clockwise angle in radians to the y axis of the line from (x1,y1) to (x2,y2).
angle(double, double, double, double) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns the clockwise angle in radians to the y axis of the line from (x1,y1) to (x2,y2).
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 _