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
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.
AbstractGrid2DSquareCellChunk.ChunkCellID
          A simple ChunkCellID class for distinguishing cells in this chunk.
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.
Grid2DSquareCellDoubleChunkArray
          AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a double[][].
Grid2DSquareCellDoubleChunkJAI
          AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a javax.media.jai.TiledImage.
Grid2DSquareCellDoubleChunkMap
          AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a TDoubleObjectHashMap.
Grid2DSquareCellDoubleChunkRAF
          AbstractGrid2DSquareCellDoubleChunk extension that stores cell values in a RandomAccessFile.
Grid2DSquareCellInt
          A class to represent and manipulate int precision AbstractGrid2DSquareCell instances.
Grid2DSquareCellIntChunk64CellMap
          AbstractGrid2DSquareCellIntChunk extension that stores cell values in a TIntLongHashMap.
Grid2DSquareCellIntChunkArray
          AbstractGrid2DSquareCellIntChunk extension that stores cell values in a int[][].
Grid2DSquareCellIntChunkJAI
          AbstractGrid2DSquareCellIntChunk extension that stores cell values in a javax.media.jai.TiledImage.
Grid2DSquareCellIntChunkMap
          AbstractGrid2DSquareCellIntChunk extension that stores cell values in a TIntObjectHashMap.
Grid2DSquareCellIntChunkRAF
          AbstractGrid2DSquareCellIntChunk extension that stores cell values in a RandomAccessFile.
Grids_Environment
           
Grids_OutOfMemoryErrorHandler
          A class to be extended so as to handle OutOfMemoryErrors.
Grids_OutOfMemoryErrorHandlerInterface
           
GridStatisticsInterface
          An interface to be implemented by classes that provide statistics about raster data.
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.examples
AbstractGrid2DSquareCellFactory
          Abstract class to be extended by all AbstractGrid2DSquareCell factories.
Grid2DSquareCellDouble
          A class for representing grids of double precision values.
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.exchange
AbstractGrid2DSquareCell
          Contains CellID and ChunkID classes, referencing and general geometry methods.
Grid2DSquareCellDouble
          A class for representing grids of double precision values.
Grids_Environment
           
 

Classes in uk.ac.leeds.ccg.andyt.grids.core used by uk.ac.leeds.ccg.andyt.grids.process
AbstractGrid2DSquareCell
          Contains CellID and ChunkID classes, referencing and general geometry methods.
AbstractGrid2DSquareCell.CellID
          A simple CellID class for distinguishing cells.
AbstractGrid2DSquareCellDoubleChunkFactory
          Abstract Class for defining (an interface for) chunk factory methods.
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.
Grid2DSquareCellDoubleChunk64CellMapFactory
          A factory for constructing Grid2DSquareCellDoubleChunk64CellMap instances.
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.
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.
Grids_Environment
           
GridStatistics0
          Used by AbstractGrid2DSquareCell instances to access statistics.
GridStatistics1
          Used by AbstractGrid2DSquareCell instances to access statistics.
 

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