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

Packages that use uk.ac.leeds.ccg.andyt.grids.core
uk.ac.leeds.ccg.andyt.grids.core   
uk.ac.leeds.ccg.andyt.grids.examples   
uk.ac.leeds.ccg.andyt.grids.exchange   
uk.ac.leeds.ccg.andyt.grids.process   
uk.ac.leeds.ccg.andyt.grids.utilities   
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.core
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.
Grid2DSquareCellChunkAbstract.ChunkCellID
          A simple ChunkCellID class for distinguishing cells in this chunk.
Grid2DSquareCellChunkAbstractFactory
          Basic wrapper.
Grid2DSquareCellDouble
          A class for representing grids of double precision values.
Grid2DSquareCellDoubleChunk64CellMap
          Grid2DSquareCellDoubleChunkAbstract extension that stores cell values in a TDoubleLongHashMap.
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[][].
Grid2DSquareCellDoubleChunkJAI
          Grid2DSquareCellDoubleChunkAbstract extension that stores cell values in a javax.media.jai.TiledImage.
Grid2DSquareCellDoubleChunkMap
          Grid2DSquareCellDoubleChunkAbstract extension that stores cell values in a TDoubleObjectHashMap.
Grid2DSquareCellDoubleChunkRAF
          Grid2DSquareCellDoubleChunkAbstract extension that stores cell values in a RandomAccessFile.
Grid2DSquareCellInt
          A class to represent and manipulate int precision Grid2DSquareCellAbstract instances.
Grid2DSquareCellIntChunk64CellMap
          Grid2DSquareCellIntChunkAbstract extension that stores cell values in a TIntLongHashMap.
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[][].
Grid2DSquareCellIntChunkJAI
          Grid2DSquareCellIntChunkAbstract extension that stores cell values in a javax.media.jai.TiledImage.
Grid2DSquareCellIntChunkMap
          Grid2DSquareCellIntChunkAbstract extension that stores cell values in a TIntObjectHashMap.
Grid2DSquareCellIntChunkRAF
          Grid2DSquareCellIntChunkAbstract extension that stores cell values in a RandomAccessFile.
GridStatisticsAbstract
          An abstract class to be extended and methods overridden to provide statistics about the data in Grid2DSquareCellAbstract and Grid2DSquareCellChunkAbstract more optimally.
GridStatisticsInterface
          An interface to be implemented by classes that provide statistics about raster data.
IteratorAbstract
          A basic wrapper for the interface.
OutOfMemoryErrorHandler
          A class to be extended so as to handle OutOfMemoryErrors.
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.examples
Grid2DSquareCellDouble
          A class for representing grids of double precision values.
OutOfMemoryErrorHandler
          A class to be extended so as to handle OutOfMemoryErrors.
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.exchange
Grid2DSquareCellAbstract
          Contains CellID and ChunkID classes, referencing and general geometry methods.
Grid2DSquareCellDouble
          A class for representing grids of double precision values.
Grid2DSquareCellDoubleChunkAbstractFactory
          Abstract Class for defining (an interface for) chunk factory methods.
Grid2DSquareCellInt
          A class to represent and manipulate int precision Grid2DSquareCellAbstract instances.
Grid2DSquareCellIntChunkAbstractFactory
          Abstract Class for defining (an interface for) chunk factory methods.
GridStatisticsAbstract
          An abstract class to be extended and methods overridden to provide statistics about the data in Grid2DSquareCellAbstract and Grid2DSquareCellChunkAbstract more optimally.
OutOfMemoryErrorHandler
          A class to be extended so as to handle OutOfMemoryErrors.
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.process
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.
Grid2DSquareCellDouble
          A class for representing grids of double precision values.
Grid2DSquareCellDoubleChunk64CellMapFactory
          A factory for constructing Grid2DSquareCellDoubleChunk64CellMap instances.
Grid2DSquareCellDoubleChunkAbstractFactory
          Abstract Class for defining (an interface for) chunk factory methods.
Grid2DSquareCellDoubleChunkArrayFactory
          A factory for constructing Grid2DSquareCellDoubleChunkArray instances.
Grid2DSquareCellDoubleChunkJAIFactory
          A factory for constructing Grid2DSquareCellDoubleChunkJAI instances.
Grid2DSquareCellDoubleChunkMapFactory
          A factory for constructing Grid2DSquareCellDoubleChunkMap instances.
Grid2DSquareCellDoubleChunkRAFFactory
          A factory for constructing Grid2DSquareCellDoubleChunkRAF instances.
Grid2DSquareCellDoubleFactory
          A factory for constructing Grid2DSquareCellDouble instances.
Grid2DSquareCellIntChunk64CellMapFactory
          A factory for constructing Grid2DSquareCellIntChunk64CellMap instances.
Grid2DSquareCellIntChunkAbstractFactory
          Abstract Class for defining (an interface for) chunk factory methods.
Grid2DSquareCellIntChunkArrayFactory
          A factory for constructing Grid2DSquareCellIntChunkArray instances.
Grid2DSquareCellIntChunkJAIFactory
          A factory for constructing Grid2DSquareCellIntChunkJAI instances.
Grid2DSquareCellIntChunkMapFactory
          A factory for constructing Grid2DSquareCellIntChunkMap instances.
Grid2DSquareCellIntChunkRAFFactory
          A factory for constructing Grid2DSquareCellIntChunkRAF instances.
Grid2DSquareCellIntFactory
          A factory for constructing Grid2DSquareCellInt instances.
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.
OutOfMemoryErrorHandler
          A class to be extended so as to handle OutOfMemoryErrors.
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.utilities
Grid2DSquareCellAbstract
          Contains CellID and ChunkID classes, referencing and general geometry methods.
Grid2DSquareCellAbstract.ChunkID
          A simple ChunkID class for distinguishing chunks.
Grid2DSquareCellDoubleFactory
          A factory for constructing Grid2DSquareCellDouble instances.