|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractGrid2DSquareCell.CellID | |
---|---|
uk.ac.leeds.ccg.andyt.grids.core | |
uk.ac.leeds.ccg.andyt.grids.process |
Uses of AbstractGrid2DSquareCell.CellID in uk.ac.leeds.ccg.andyt.grids.core |
---|
Methods in uk.ac.leeds.ccg.andyt.grids.core that return AbstractGrid2DSquareCell.CellID | |
---|---|
protected AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getCellID(double x,
double y)
|
AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getCellID(double x,
double y,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getCellID(long _CellRowIndex,
long _CellColIndex)
|
AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getCellID(long _CellRowIndex,
long _CellColIndex,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
AbstractGrid2DSquareCell.getCellIDs(double x,
double y,
double distance)
|
AbstractGrid2DSquareCell.CellID[] |
AbstractGrid2DSquareCell.getCellIDs(double x,
double y,
double distance,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
AbstractGrid2DSquareCell.getCellIDs(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
double distance)
TODO: remove need for copy to new array. |
AbstractGrid2DSquareCell.CellID[] |
AbstractGrid2DSquareCell.getCellIDs(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
double distance,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
AbstractGrid2DSquareCell.getCellIDs(long _CellRowIndex,
long _CellColIndex,
double distance)
|
AbstractGrid2DSquareCell.CellID[] |
AbstractGrid2DSquareCell.getCellIDs(long _CellRowIndex,
long _CellColIndex,
double distance,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getNearestCellID(double x,
double y)
|
AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getNearestCellID(double x,
double y,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getNearestCellID(double x,
double y,
long _CellRowIndex,
long _CellColIndex)
|
AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getNearestCellID(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getNearestCellID(long _CellRowIndex,
long _CellColIndex)
|
AbstractGrid2DSquareCell.CellID |
AbstractGrid2DSquareCell.getNearestCellID(long _CellRowIndex,
long _CellColIndex,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellDouble.getNearestValuesCellIDs(double x,
double y)
|
protected AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellInt.getNearestValuesCellIDs(double x,
double y)
|
AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellDouble.getNearestValuesCellIDs(double x,
double y,
boolean _HandleOutOfMemoryError)
|
AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellInt.getNearestValuesCellIDs(double x,
double y,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellDouble.getNearestValuesCellIDs(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
double _NoDataValue)
|
AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellDouble.getNearestValuesCellIDs(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
double _NoDataValue,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellInt.getNearestValuesCellIDs(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
int _NoDataValue)
|
AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellInt.getNearestValuesCellIDs(double x,
double y,
long _CellRowIndex,
long _CellColIndex,
int _NoDataValue,
boolean _HandleOutOfMemoryError)
|
protected AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellDouble.getNearestValuesCellIDs(long _CellRowIndex,
long _CellColIndex)
|
protected AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellInt.getNearestValuesCellIDs(long _CellRowIndex,
long _CellColIndex)
|
AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellDouble.getNearestValuesCellIDs(long _CellRowIndex,
long _CellColIndex,
boolean _HandleOutOfMemoryError)
|
AbstractGrid2DSquareCell.CellID[] |
Grid2DSquareCellInt.getNearestValuesCellIDs(long _CellRowIndex,
long _CellColIndex,
boolean _HandleOutOfMemoryError)
|
Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCell.CellID | |
---|---|
protected double |
Grid2DSquareCellDouble.addToCell(AbstractGrid2DSquareCell.CellID cellID,
double valueToAdd)
|
double |
Grid2DSquareCellDouble.addToCell(AbstractGrid2DSquareCell.CellID cellID,
double valueToAdd,
boolean _HandleOutOfMemoryError)
|
protected int |
Grid2DSquareCellInt.addToCell(AbstractGrid2DSquareCell.CellID cellID,
int valueToAdd)
|
int |
Grid2DSquareCellInt.addToCell(AbstractGrid2DSquareCell.CellID cellID,
int valueToAdd,
boolean _HandleOutOfMemoryError)
|
double |
Grid2DSquareCellDouble.getCell(AbstractGrid2DSquareCell.CellID cellID,
boolean _HandleOutOfMemoryError)
For returning the value of the cell with cell ID cellID as a int. |
int |
Grid2DSquareCellInt.getCell(AbstractGrid2DSquareCell.CellID _CellID,
boolean _HandleOutOfMemoryError)
|
protected java.math.BigDecimal |
AbstractGrid2DSquareCell.getCellXBigDecimal(AbstractGrid2DSquareCell.CellID _CellID)
|
java.math.BigDecimal |
AbstractGrid2DSquareCell.getCellXBigDecimal(AbstractGrid2DSquareCell.CellID _CellID,
boolean _HandleOutOfMemoryError)
|
java.math.BigDecimal |
AbstractGrid2DSquareCell.getCellXBigDecimal(AbstractGrid2DSquareCell.CellID _CellID,
int _ChunkRowIndex,
int _ChunkColIndex,
boolean _HandleOutOfMemoryError)
|
protected double |
AbstractGrid2DSquareCell.getCellXDouble(AbstractGrid2DSquareCell.CellID _CellID)
|
double |
AbstractGrid2DSquareCell.getCellXDouble(AbstractGrid2DSquareCell.CellID _CellID,
boolean _HandleOutOfMemoryError)
|
double |
AbstractGrid2DSquareCell.getCellXDouble(AbstractGrid2DSquareCell.CellID _CellID,
int _ChunkRowIndex,
int _ChunkColIndex,
boolean _HandleOutOfMemoryError)
|
protected java.math.BigDecimal |
AbstractGrid2DSquareCell.getCellYBigDecimal(AbstractGrid2DSquareCell.CellID _CellID)
|
java.math.BigDecimal |
AbstractGrid2DSquareCell.getCellYBigDecimal(AbstractGrid2DSquareCell.CellID _CellID,
boolean _HandleOutOfMemoryError)
|
java.math.BigDecimal |
AbstractGrid2DSquareCell.getCellYBigDecimal(AbstractGrid2DSquareCell.CellID _CellID,
int _ChunkRowIndex,
int _ChunkColIndex,
boolean _HandleOutOfMemoryError)
|
protected double |
AbstractGrid2DSquareCell.getCellYDouble(AbstractGrid2DSquareCell.CellID _CellID)
|
double |
AbstractGrid2DSquareCell.getCellYDouble(AbstractGrid2DSquareCell.CellID _CellID,
boolean _HandleOutOfMemoryError)
|
double |
AbstractGrid2DSquareCell.getCellYDouble(AbstractGrid2DSquareCell.CellID _CellID,
int _ChunkRowIndex,
int _ChunkColIndex,
boolean _HandleOutOfMemoryError)
|
protected boolean |
AbstractGrid2DSquareCell.isInGrid(AbstractGrid2DSquareCell.CellID _CellID)
|
boolean |
AbstractGrid2DSquareCell.isInGrid(AbstractGrid2DSquareCell.CellID _CellID,
boolean _HandleOutOfMemoryError)
|
double |
Grid2DSquareCellDouble.setCell(AbstractGrid2DSquareCell.CellID _CellID,
double newValue,
boolean _HandleOutOfMemoryError)
For returning the value of the cell with cell ID _CellID and setting it to newValue. |
int |
Grid2DSquareCellInt.setCell(AbstractGrid2DSquareCell.CellID cellID,
int newValue,
boolean _HandleOutOfMemoryError)
For returning the value of the cell with cell ID cellID and setting it to newValue. |
Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCell.CellID | |
---|---|
AbstractGrid2DSquareCell.CellID(AbstractGrid2DSquareCell.CellID _CellID)
Constructs a new CellID that is a clone of _CellID |
Uses of AbstractGrid2DSquareCell.CellID in uk.ac.leeds.ccg.andyt.grids.process |
---|
Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type AbstractGrid2DSquareCell.CellID | |
---|---|
void |
Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid,
AbstractGrid2DSquareCell.CellID[] _CellIDs,
double value,
boolean _HandleOutOfMemoryError)
Adds value to grid for cells with CellID in _CellIDs |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |