Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkAbstract

Packages that use Grid2DSquareCellDoubleChunkAbstract
uk.ac.leeds.ccg.andyt.grids.core   
 

Uses of Grid2DSquareCellDoubleChunkAbstract in uk.ac.leeds.ccg.andyt.grids.core
 

Subclasses of Grid2DSquareCellDoubleChunkAbstract in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellDoubleChunk64CellMap
          The maximum size of this Grid2DSquareCellDoubleChunkAbstract is 64 cells.
 class Grid2DSquareCellDoubleChunkArray
           
 class Grid2DSquareCellDoubleChunkJAI
          TODO: docs
 class Grid2DSquareCellDoubleChunkMap
          The maximum size of this Grid2DSquareCellDoubleChunkAbstract is 64 cells.
 class Grid2DSquareCellDoubleChunkRAF
          TODO: docs
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellDoubleChunkAbstract
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunk64CellMapFactory.createGrid2DSquareCellDoubleChunk()
           
abstract  Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkAbstractFactory.createGrid2DSquareCellDoubleChunk()
          For creating a new default Grid2DSquareCellDoubleChunkAbstract.
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkArrayFactory.createGrid2DSquareCellDoubleChunk()
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkJAIFactory.createGrid2DSquareCellDoubleChunk()
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk()
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkRAFFactory.createGrid2DSquareCellDoubleChunk()
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunk64CellMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
abstract  Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkAbstractFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkAbstract with values taken from grid2DSquareCellDoubleChunkAbstract.
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkArrayFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkJAIFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkRAFFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID, double defaultValue)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunk64CellMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
           
abstract  Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkAbstractFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
          For creating a new Grid2DSquareCellDoubleChunkAbstract containing all noDataValues that is linked to grid2DSquareCellDouble via chunkID.
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkArrayFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkJAIFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkRAFFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDouble.getGrid2DSquareCellDoubleChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns grid2DSquareCellDoubleChunksAbstract for the given ChunkID
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDouble.getGrid2DSquareCellDoubleChunk(int chunkRowIndex, int chunkColIndex, boolean handleOutOfMemoryError)
          Returns grid2DSquareCellDoubleChunks.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellDoubleChunkAbstract
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunk64CellMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
abstract  Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkAbstractFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkAbstract with values taken from grid2DSquareCellDoubleChunkAbstract.
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkArrayFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkJAIFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkRAFFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID, double defaultValue)
           
 double Grid2DSquareCellDouble.getCell(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellChunk, int chunkRowIndex, int chunkColIndex, int chunkCellRowIndex, int chunkCellColIndex, boolean handleOutOfMemoryError)
          Returns the value at cellRowIndex, cellColIndex.
 AbstractIterator Grid2DSquareCellDoubleIterator.initGrid2DSquareCellDoubleChunkIterator(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk)
          Initialises this.grid2DSquareCellDoubleChunkIterator from this.grid2DSquareCellDoubleChunk
 double Grid2DSquareCellDouble.setCell(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellChunk, int chunkRowIndex, int chunkColIndex, int chunkCellRowIndex, int chunkCellColIndex, double newValue, boolean handleOutOfMemoryError)
          Returns the value at cellRowIndex, cellColIndex and sets it to newValue.
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellDoubleChunkAbstract
Grid2DSquareCellDoubleChunk64CellMap(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          TODO: docs
Grid2DSquareCellDoubleChunkArray(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          TODO: 1.
Grid2DSquareCellDoubleChunkJAI(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          TODO: docs
Grid2DSquareCellDoubleChunkMap(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID, double defaultValue)
          Creates a new Grid2DSquareCellDoubleChunkMap
Grid2DSquareCellDoubleChunkRAF(java.io.File file, Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          TODO: docs Optimise for this type (see commented code for clues)