Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstractFactory

Packages that use Grid2DSquareCellAbstractFactory
uk.ac.leeds.ccg.andyt.grids.core   
uk.ac.leeds.ccg.andyt.grids.process   
 

Uses of Grid2DSquareCellAbstractFactory in uk.ac.leeds.ccg.andyt.grids.core
 

Subclasses of Grid2DSquareCellAbstractFactory in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellDoubleFactory
          A factory for constructing Grid2DSquareCellDouble instances.
 class Grid2DSquareCellIntFactory
          A factory for constructing Grid2DSquareCellInt instances.
 

Uses of Grid2DSquareCellAbstractFactory in uk.ac.leeds.ccg.andyt.grids.process
 

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.