Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunk.ChunkCellID

Packages that use AbstractGrid2DSquareCellChunk.ChunkCellID
uk.ac.leeds.ccg.andyt.grids.core   
 

Uses of AbstractGrid2DSquareCellChunk.ChunkCellID in uk.ac.leeds.ccg.andyt.grids.core
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCellChunk.ChunkCellID
protected  double Grid2DSquareCellDoubleChunkMap.getCell(AbstractGrid2DSquareCellChunk.ChunkCellID chunkCellID, double _NoDataValue)
          Returns the value of cell with CellID given by chunkCellID.
 int Grid2DSquareCellIntChunkMap.getCell(AbstractGrid2DSquareCellChunk.ChunkCellID chunkCellID, int noDataValue)
          Returns the value of cell with CellID given by chunkCellID
protected  void Grid2DSquareCellDoubleChunkMap.initCell(AbstractGrid2DSquareCellChunk.ChunkCellID chunkCellID, double valueToInitialise)
          Initialises the value of the chunk referred to by chunkCellID to valueToInitialise.
protected  void Grid2DSquareCellIntChunkMap.initCell(AbstractGrid2DSquareCellChunk.ChunkCellID chunkCellID, int valueToInitialise)
          Initialises the value of the chunk referred to by chunkCellID to valueToInitialise.
protected  double Grid2DSquareCellDoubleChunkMap.setCell(AbstractGrid2DSquareCellChunk.ChunkCellID chunkCellID, double valueToSet, double _NoDataValue)
          Returns the value at position given by: chunk cell row chunkCellRowIndex; chunk cell column chunkCellColIndex and sets it to valueToSet
 int Grid2DSquareCellIntChunkMap.setCell(AbstractGrid2DSquareCellChunk.ChunkCellID chunkCellID, int valueToSet)
          Returns the value at position given by: chunk cell row chunkCellRowIndex; chunk cell column chunkCellColIndex and sets it to valueToSet