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

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

Class Summary
Grid2DSquareCellAbstract Contains CellID and ChunkID classes, referencing and general geometry methods.
Grid2DSquareCellAbstract.CellID A simple CellID class for distinguishing cells.
Grid2DSquareCellAbstract.ChunkID A simple ChunkID class for distinguishing chunks.
Grid2DSquareCellAbstractFactory Abstract class to be extended by all Grid2DSquareCellAbstract factories.
Grid2DSquareCellChunkAbstract Grid2DSquareCellChunkAbstract provides inner classes for ChunkCellID and general geometry methods for extended classes.
Grid2DSquareCellChunkAbstractFactory Basic wrapper.
Grid2DSquareCellDouble A class for representing grids of double precision values.
Grid2DSquareCellDoubleChunk64CellMap Grid2DSquareCellDoubleChunkAbstract 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.
Grid2DSquareCellDoubleChunkAbstract Provides general methods and controls what methods extended classes must implement acting as an interface.
Grid2DSquareCellDoubleChunkAbstractFactory Abstract Class for defining (an interface for) chunk factory methods.
Grid2DSquareCellDoubleChunkArray Grid2DSquareCellDoubleChunkAbstract 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 Grid2DSquareCellDoubleChunkAbstract 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 Grid2DSquareCellDoubleChunkAbstract 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 Grid2DSquareCellDoubleChunkAbstract 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 Grid2DSquareCellAbstract instances.
Grid2DSquareCellIntChunk64CellMap Grid2DSquareCellIntChunkAbstract 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.
Grid2DSquareCellIntChunkAbstract Provides general methods and controls what methods extended classes must implement acting as an interface.
Grid2DSquareCellIntChunkAbstractFactory Abstract Class for defining (an interface for) chunk factory methods.
Grid2DSquareCellIntChunkArray Grid2DSquareCellIntChunkAbstract 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 Grid2DSquareCellIntChunkAbstract 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 Grid2DSquareCellIntChunkAbstract 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 Grid2DSquareCellIntChunkAbstract 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.
GridStatistics0 Used by Grid2DSquareCellAbstract instances to access statistics.
GridStatistics1 Used by Grid2DSquareCellAbstract instances to access statistics.
GridStatisticsAbstract An abstract class to be extended and methods overridden to provide statistics about the data in Grid2DSquareCellAbstract and Grid2DSquareCellChunkAbstract more optimally.
IteratorAbstract A basic wrapper for the interface.
ListIteratorAbstract<E> A basic wrapper for the interface.
OutOfMemoryErrorHandler A class to be extended so as to handle OutOfMemoryErrors.