Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.ChunkID

Packages that use Grid2DSquareCellAbstract.ChunkID
uk.ac.leeds.ccg.andyt.grids.core   
uk.ac.leeds.ccg.andyt.grids.process   
uk.ac.leeds.ccg.andyt.grids.utilities   
 

Uses of Grid2DSquareCellAbstract.ChunkID in uk.ac.leeds.ccg.andyt.grids.core
 

Fields in uk.ac.leeds.ccg.andyt.grids.core declared as Grid2DSquareCellAbstract.ChunkID
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellChunkAbstract.chunkID
          For storing the ChunkID of this.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellAbstract.ChunkID
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellChunkAbstract.getChunkID()
          Returns a copy of this.chunkID.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellChunkAbstract.getChunkID(boolean handleOutOfMemoryError)
          Returns a copy of this.chunkID.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols)
          Returns the next ChunkID in row major order from chunkID, or null.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols, boolean handleOutOfMemoryError)
          Returns the next ChunkID in row major order from chunkID, or null.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunkRowMinor(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols)
          Returns the next ChunkID in row minor order from this, or null.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunkRowMinor(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols, boolean handleOutOfMemoryError)
          Returns the next ChunkID in row minor order from this, or null.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getPreviousChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols)
          Returns the next ChunkID in row major order from this, or null.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getPreviousChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols, boolean handleOutOfMemoryError)
          Returns the next ChunkID in row major order from this, or null.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunk()
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunk(boolean handleOutOfMemoryError)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunkExcept(java.util.HashSet chunkIDs)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunkExcept(java.util.HashSet chunkIDs, boolean handleOutOfMemoryError)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunk()
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunk(boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with ChunkID equal to chunkID.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with ChunkID equal to chunkID.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExcept(int chunkRowIndex, int chunkColIndex)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExcept(int chunkRowIndex, int chunkColIndex, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExceptReverseOrder(Grid2DSquareCellAbstract.ChunkID chunkID)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExceptReverseOrder(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExceptReverseOrder(int chunkRowIndex, int chunkColIndex)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExceptReverseOrder(int chunkRowIndex, int chunkColIndex, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellAbstract.ChunkID
protected  void Grid2DSquareCellAbstract.clearFromCacheGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID)
          For releasing a grid2DSquareCellChunk stored in memory.
protected  void Grid2DSquareCellAbstract.clearFromCacheGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          For releasing a grid2DSquareCellChunk stored in memory.
protected  void Grid2DSquareCellAbstract.clearFromCacheGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          For releasing a grid2DSquareCellChunk stored in memory except that with ChunkID given by chunkID.
protected  void Grid2DSquareCellAbstract.clearFromCacheGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          For releasing a grid2DSquareCellChunk stored in memory except that with ChunkID given by chunkID.
protected  void Grid2DSquareCellAbstract.clearFromCacheGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          For releasing all grid2DSquareCellChunk stored in memory except that with ChunkID given by chunkID.
protected  void Grid2DSquareCellAbstract.clearFromCacheGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          For releasing all grid2DSquareCellChunk stored in memory except that with ChunkID given by chunkID.
 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)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunk64CellMapFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
abstract  Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkAbstractFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkAbstract with values taken from grid2DSquareCellIntChunk.
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkArrayFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkJAIFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkMapFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkRAFFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunk64CellMapFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
           
abstract  Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkAbstractFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkAbstract containing all noDataValues that is linked to grid2DSquareCellInt via chunkID.
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkArrayFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkJAIFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkMapFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
           
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellIntChunkRAFFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
           
protected  int Grid2DSquareCellAbstract.getChunkNcols(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns chunkNcols, the number of columns in Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID
 int Grid2DSquareCellAbstract.getChunkNcols(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns chunkNcols, the number of columns in Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID
protected  int Grid2DSquareCellAbstract.getChunkNrows(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns chunkNrows, the number of rows in Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID
 int Grid2DSquareCellAbstract.getChunkNrows(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns chunkNrows, the number of rows in Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID
protected  Grid2DSquareCellChunkAbstract Grid2DSquareCellAbstract.getGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns the Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID.
protected  Grid2DSquareCellChunkAbstract Grid2DSquareCellAbstract.getGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns the Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID.
protected  Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDouble.getGrid2DSquareCellDoubleChunk(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns grid2DSquareCellDoubleChunksAbstract for the given ChunkID
 Grid2DSquareCellDoubleChunkAbstract Grid2DSquareCellDouble.getGrid2DSquareCellDoubleChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns grid2DSquareCellDoubleChunksAbstract for the given ChunkID
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellInt.getGrid2DSquareCellIntChunk(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns grid2DSquareCellIntChunksAbstract for the given ChunkID
 Grid2DSquareCellIntChunkAbstract Grid2DSquareCellInt.getGrid2DSquareCellIntChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns grid2DSquareCellIntChunksAbstract for the given ChunkID
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols)
          Returns the next ChunkID in row major order from chunkID, or null.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols, boolean handleOutOfMemoryError)
          Returns the next ChunkID in row major order from chunkID, or null.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunkRowMinor(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols)
          Returns the next ChunkID in row minor order from this, or null.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getNextChunkRowMinor(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols, boolean handleOutOfMemoryError)
          Returns the next ChunkID in row minor order from this, or null.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getPreviousChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols)
          Returns the next ChunkID in row major order from this, or null.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.getPreviousChunk(Grid2DSquareCellAbstract.ChunkID chunkID, int nChunkRows, int nChunkCols, boolean handleOutOfMemoryError)
          Returns the next ChunkID in row major order from this, or null.
protected  void Grid2DSquareCellChunkAbstract.initChunkID(Grid2DSquareCellAbstract.ChunkID chunkID)
          Initialises chunkID.
protected  boolean Grid2DSquareCellAbstract.isInCache(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns true iff grid2DSquareCellChunk given by chunkID is swapToFiled.
 boolean Grid2DSquareCellAbstract.isInCache(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns true iff grid2DSquareCellChunk given by chunkID is in memory.
protected  boolean Grid2DSquareCellAbstract.isInGrid(Grid2DSquareCellAbstract.ChunkID chunkID)
          Returns true iff ChunkID chunkID is in the Grid.
 boolean Grid2DSquareCellAbstract.isInGrid(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns true iff ChunkID chunkID is in the Grid.
protected  void Grid2DSquareCellAbstract.loadIntoCacheChunk(Grid2DSquareCellAbstract.ChunkID chunkID)
          Attempts to load into the memory cache Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID.
 void Grid2DSquareCellAbstract.loadIntoCacheChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Attempts to load into the memory cache a AbstractGrid2DSquareCellChunk with ChunkID
 void Grid2DSquareCellAbstract.setChunk(Grid2DSquareCellChunkAbstract grid2DSquareCellChunk, Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Sets the Grid2DSquareCellChunkAbstract with ChunkID equal to chunkID to grid2DSquareCellChunk.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
protected  long Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this except that with ChunkID chunkID.
 long Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Attempts to write to file and clear from the cache a Grid2DSquareCellChunkAbstract in this.grid2DSquareCells.
protected  long Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellsGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          Attempts to write to file and clear from the cache (swap) a Grid2DSquareCellChunkAbstract in each Grid2DSquareCellAbstract of this.grid2DSquareCells.
 long Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellsGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Attempts to write to file and clear from the cache (swap) a Grid2DSquareCellChunkAbstract in each Grid2DSquareCellAbstract of this.grid2DSquareCells.
protected  long Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellsGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          Attempts to swap to file and clear from the cache the Grid2DSquareCellChunkAbstract in this.grid2DSquareCells that do not have a ChunkID equal to chunkID.
 long Grid2DSquareCellAbstract.swapToFileGrid2DSquareCellsGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Attempts to swap to file and clear from the cache the Grid2DSquareCellChunkAbstract in this.grid2DSquareCells that do not have a ChunkID equal to chunkID.
protected  boolean Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID)
          A method that attempts to write to File a seriailized version of the Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks given by chunkID.
 boolean Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of the Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks given by chunkID.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with ChunkID equal to chunkID.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with ChunkID equal to chunkID.
protected  Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExceptReverseOrder(Grid2DSquareCellAbstract.ChunkID chunkID)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
 Grid2DSquareCellAbstract.ChunkID Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunkExceptReverseOrder(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          A method that attempts to write to File a seriailized version of a Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with; chunk row index chunkRowIndex, chunk column index chunkColIndex.
protected  void Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID)
          A method that attempts to write to File seriailized versions of those Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with ChunkID equal to chunkID.
 void Grid2DSquareCellAbstract.writeToFileGrid2DSquareCellChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          A method that attempts to write to File seriailized versions of those Grid2DSquareCellChunkAbstract in this.grid2DSquareCellChunks except that with ChunkID equal to chunkID.
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellAbstract.ChunkID
Grid2DSquareCellAbstract.ChunkID(Grid2DSquareCellAbstract.ChunkID chunkID)
          Constructs a new ChunkID that is a clone of chunkID
Grid2DSquareCellDoubleChunk64CellMap(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunk64CellMap.
Grid2DSquareCellDoubleChunk64CellMap(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunk64CellMap.
Grid2DSquareCellDoubleChunkArray(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkArray from grid2DSquareCellDoubleChunk.
Grid2DSquareCellDoubleChunkArray(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkArray for grid2DSquareCellDouble containing all no data values.
Grid2DSquareCellDoubleChunkJAI(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkJAI from a Grid2DSquareCellDoubleChunkAbstract with chunkID ChunkID
Grid2DSquareCellDoubleChunkJAI(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkJAI for Grid2DSquareCellDouble with chunkID ChunkID
Grid2DSquareCellDoubleChunkJAI(javax.media.jai.remote.SerializableRenderedImage serializableRenderedImage, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkJAI from a SerializableRenderedImage.
Grid2DSquareCellDoubleChunkMap(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk, Grid2DSquareCellAbstract.ChunkID chunkID, double defaultValue)
          Creates a new Grid2DSquareCellDoubleChunkMap
Grid2DSquareCellDoubleChunkMap(Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDoubleChunkMap
Grid2DSquareCellDoubleChunkMap(Grid2DSquareCellDouble grid2DSquareCellDouble, 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)
Grid2DSquareCellDoubleChunkRAF(java.io.File file, Grid2DSquareCellDouble grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellDouble grid containing all no data values.
Grid2DSquareCellIntChunk64CellMap(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunk64CellMap.
Grid2DSquareCellIntChunk64CellMap(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          /** Creates a new Grid2DSquareCellIntChunk64CellMap.
Grid2DSquareCellIntChunkArray(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          TODO: 1.
Grid2DSquareCellIntChunkArray(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellInt grid containing all no data values.
Grid2DSquareCellIntChunkJAI(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkJAI from a Grid2DSquareCellIntChunkAbstract with chunkID ChunkID
Grid2DSquareCellIntChunkJAI(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkJAI for Grid2DSquareCellDouble with chunkID ChunkID
Grid2DSquareCellIntChunkJAI(javax.media.jai.remote.SerializableRenderedImage serializableRenderedImage, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkJAI from a SerializableRenderedImage.
Grid2DSquareCellIntChunkMap(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkMap
Grid2DSquareCellIntChunkMap(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID, int defaultValue)
          Creates a new Grid2DSquareCellIntChunkMap
Grid2DSquareCellIntChunkMap(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkMap
Grid2DSquareCellIntChunkMap(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID, int defaultValue)
          Creates a new Grid2DSquareCellIntChunkMap
Grid2DSquareCellIntChunkRAF(java.io.File file, Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          TODO: docs Optimise for this type (see commented code for clues)
Grid2DSquareCellIntChunkRAF(java.io.File file, Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellInt grid containing all no data values.
 

Uses of Grid2DSquareCellAbstract.ChunkID in uk.ac.leeds.ccg.andyt.grids.process
 

Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type Grid2DSquareCellAbstract.ChunkID
 long Grid2DSquareCellProcessor.swapToFileGrid2DSquareCellChunkExcept(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
           
 

Uses of Grid2DSquareCellAbstract.ChunkID in uk.ac.leeds.ccg.andyt.grids.utilities
 

Methods in uk.ac.leeds.ccg.andyt.grids.utilities with parameters of type Grid2DSquareCellAbstract.ChunkID
static void Utilities.swapToFileChunksExcept(Grid2DSquareCellAbstract.ChunkID chunkID, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Attempts to swap to file and clear from the cache the Grid2DSquareCellChunkAbstracts in this.grid2DSquareCells that do not have a ChunkID equal to chunkID.