Package uk.ac.leeds.ccg.andyt.grids.core

Interface Summary
Grids_OutOfMemoryErrorHandlerInterface  
GridStatisticsInterface An interface to be implemented by classes that provide statistics about raster data.
 

Class Summary
AbstractGrid2DSquareCell Contains CellID and ChunkID classes, referencing and general geometry methods.
AbstractGrid2DSquareCell.CellID A simple CellID class for distinguishing cells.
AbstractGrid2DSquareCell.ChunkID A simple ChunkID class for distinguishing chunks.
AbstractGrid2DSquareCellChunk AbstractGrid2DSquareCellChunk provides inner classes for ChunkCellID and general geometry methods for extended classes.
AbstractGrid2DSquareCellChunkFactory Basic wrapper.
AbstractGrid2DSquareCellDoubleChunk Provides general methods and controls what methods extended classes must implement acting as an interface.
AbstractGrid2DSquareCellDoubleChunkFactory Abstract Class for defining (an interface for) chunk factory methods.
AbstractGrid2DSquareCellFactory Abstract class to be extended by all AbstractGrid2DSquareCell factories.
AbstractGrid2DSquareCellIntChunk Provides general methods and controls what methods extended classes must implement acting as an interface.
AbstractGrid2DSquareCellIntChunkFactory Abstract Class for defining (an interface for) chunk factory methods.
AbstractGridStatistics An abstract class to be extended and methods overridden to provide statistics about the data in AbstractGrid2DSquareCell and Grid2DSquareCellChunkAbstract more optimally.
Grid2DSquareCellDouble A class for representing grids of double precision values.
Grid2DSquareCellDoubleChunk64CellMap AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a TDoubleLongHashMap.
Grid2DSquareCellDoubleChunk64CellMapFactory A factory for constructing Grid2DSquareCellDoubleChunk64CellMap instances.
Grid2DSquareCellDoubleChunk64CellMapIterator For iterating through the values in a Grid2DSquareCellDoubleChunk64CellMap instance.
Grid2DSquareCellDoubleChunkArray AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a double[][].
Grid2DSquareCellDoubleChunkArrayFactory A factory for constructing Grid2DSquareCellDoubleChunkArray instances.
Grid2DSquareCellDoubleChunkArrayIterator For iterating through the values in a Grid2DSquareCellDoubleChunkArray instance.
Grid2DSquareCellDoubleChunkJAI AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a javax.media.jai.TiledImage.
Grid2DSquareCellDoubleChunkJAIFactory A factory for constructing Grid2DSquareCellDoubleChunkJAI instances.
Grid2DSquareCellDoubleChunkJAIIterator For iterating through the values in a Grid2DSquareCellDoubleChunkJAI instance.
Grid2DSquareCellDoubleChunkMap AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a TDoubleObjectHashMap.
Grid2DSquareCellDoubleChunkMapFactory A factory for constructing Grid2DSquareCellDoubleChunkMap instances.
Grid2DSquareCellDoubleChunkMapIterator For iterating through the values in a Grid2DSquareCellDoubleChunkMap instance.
Grid2DSquareCellDoubleChunkRAF AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a RandomAccessFile.
Grid2DSquareCellDoubleChunkRAFFactory A factory for constructing Grid2DSquareCellDoubleChunkRAF instances.
Grid2DSquareCellDoubleChunkRAFIterator For iterating through the values in a Grid2DSquareCellDoubleChunkRAF instance.
Grid2DSquareCellDoubleFactory A factory for constructing Grid2DSquareCellDouble instances.
Grid2DSquareCellDoubleIterator For iterating through the values in a Grid2DSquareCellDouble instance.
Grid2DSquareCellInt A class to represent and manipulate int precision AbstractGrid2DSquareCell instances.
Grid2DSquareCellIntChunk64CellMap AbstractGrid2DSquareCellIntChunk extension that stores cell values in a TIntLongHashMap.
Grid2DSquareCellIntChunk64CellMapFactory A factory for constructing Grid2DSquareCellIntChunk64CellMap instances.
Grid2DSquareCellIntChunk64CellMapIterator For iterating through the values in a Grid2DSquareCellIntChunk64CellMap instance.
Grid2DSquareCellIntChunkArray AbstractGrid2DSquareCellIntChunk extension that stores cell values in a int[][].
Grid2DSquareCellIntChunkArrayFactory A factory for constructing Grid2DSquareCellIntChunkArray instances.
Grid2DSquareCellIntChunkArrayIterator For iterating through the values in a Grid2DSquareCellIntChunkArray instance.
Grid2DSquareCellIntChunkJAI AbstractGrid2DSquareCellIntChunk extension that stores cell values in a javax.media.jai.TiledImage.
Grid2DSquareCellIntChunkJAIFactory A factory for constructing Grid2DSquareCellIntChunkJAI instances.
Grid2DSquareCellIntChunkJAIIterator For iterating through the values in a Grid2DSquareCellIntChunkJAI instance.
Grid2DSquareCellIntChunkMap AbstractGrid2DSquareCellIntChunk extension that stores cell values in a TIntObjectHashMap.
Grid2DSquareCellIntChunkMapFactory A factory for constructing Grid2DSquareCellIntChunkMap instances.
Grid2DSquareCellIntChunkMapIterator For iterating through the values in a Grid2DSquareCellIntChunkMap instance.
Grid2DSquareCellIntChunkRAF AbstractGrid2DSquareCellIntChunk extension that stores cell values in a RandomAccessFile.
Grid2DSquareCellIntChunkRAFFactory A factory for constructing Grid2DSquareCellIntChunkRAF instances.
Grid2DSquareCellIntChunkRAFIterator For iterating through the values in a Grid2DSquareCellIntChunkRAF instance.
Grid2DSquareCellIntFactory A factory for constructing Grid2DSquareCellInt instances.
Grid2DSquareCellIntIterator For iterating through the values in a Grid2DSquareCellInt instance.
Grids_Environment  
Grids_OutOfMemoryErrorHandler A class to be extended so as to handle OutOfMemoryErrors.
GridStatistics0 Used by AbstractGrid2DSquareCell instances to access statistics.
GridStatistics1 Used by AbstractGrid2DSquareCell instances to access statistics.