Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type Grid2DSquareCellAbstractFactory |
protected Grid2DSquareCellAbstract |
Grid2DSquareCellProcessor.mask(Grid2DSquareCellAbstract grid2DSquareCell,
Grid2DSquareCellAbstract mask,
Grid2DSquareCellAbstractFactory grid2DSquareCellFactory)
If grid2DSquareCellAbstractFactory is null then grid2DSquareCell is directly masked and
returned, otherwise a new Grid2DSquareCellAbstract result is contructed using
grid2DSquareCellAbstractFactory. |
Grid2DSquareCellAbstract |
Grid2DSquareCellProcessor.mask(Grid2DSquareCellAbstract grid2DSquareCell,
Grid2DSquareCellAbstract mask,
Grid2DSquareCellAbstractFactory grid2DSquareCellAbstractFactory,
boolean handleOutOfMemoryError)
If grid2DSquareCellAbstractFactory is null then grid2DSquareCell is directly masked and
returned, otherwise a new Grid2DSquareCellAbstract result is contructed using
grid2DSquareCellAbstractFactory. |
Grid2DSquareCellAbstract |
Grid2DSquareCellProcessor.mask(Grid2DSquareCellAbstract grid,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
Grid2DSquareCellAbstractFactory grid2DSquareCellFactory,
boolean handleOutOfMemoryError)
Returns a new Grid2DSquareCellDouble that is a copy of grid, but
with the value of cells in grid that intersect rectangle given by
(startRowIndex,startColIndex,endRowIndex,endColIndex) set to its
noDataValue. |