|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grid2DSquareCellChunkAbstract.ChunkCellID | |
---|---|
uk.ac.leeds.ccg.andyt.grids.core |
Uses of Grid2DSquareCellChunkAbstract.ChunkCellID in uk.ac.leeds.ccg.andyt.grids.core |
---|
Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellChunkAbstract.ChunkCellID | |
---|---|
double |
Grid2DSquareCellDoubleChunkMap.getCell(Grid2DSquareCellChunkAbstract.ChunkCellID chunkCellID,
double noDataValue)
Returns the value of cell with CellID given by chunkCellID |
int |
Grid2DSquareCellIntChunkMap.getCell(Grid2DSquareCellChunkAbstract.ChunkCellID chunkCellID,
int noDataValue)
Returns the value of cell with CellID given by chunkCellID |
protected void |
Grid2DSquareCellDoubleChunkMap.initCell(Grid2DSquareCellChunkAbstract.ChunkCellID chunkCellID,
double valueToInitialise)
Initialises the value of the chunk referred to by chunkCellID to valueToInitialise. |
protected void |
Grid2DSquareCellIntChunkMap.initCell(Grid2DSquareCellChunkAbstract.ChunkCellID chunkCellID,
int valueToInitialise)
Initialises the value of the chunk referred to by chunkCellID to valueToInitialise. |
double |
Grid2DSquareCellDoubleChunkMap.setCell(Grid2DSquareCellChunkAbstract.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(Grid2DSquareCellChunkAbstract.ChunkCellID chunkCellID,
int valueToSet)
Returns the value at position given by: chunk cell row chunkCellRowIndex; chunk cell column chunkCellColIndex and sets it to valueToSet |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |