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

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

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

Subclasses of Grid2DSquareCellIntChunkAbstractFactory in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellIntChunk64CellMapFactory
          A factory for constructing Grid2DSquareCellIntChunk64CellMap instances.
 class Grid2DSquareCellIntChunkArrayFactory
          A factory for constructing Grid2DSquareCellIntChunkArray instances.
 class Grid2DSquareCellIntChunkJAIFactory
          A factory for constructing Grid2DSquareCellIntChunkJAI instances.
 class Grid2DSquareCellIntChunkMapFactory
          A factory for constructing Grid2DSquareCellIntChunkMap instances.
 class Grid2DSquareCellIntChunkRAFFactory
          A factory for constructing Grid2DSquareCellIntChunkRAF instances.
 

Fields in uk.ac.leeds.ccg.andyt.grids.core declared as Grid2DSquareCellIntChunkAbstractFactory
protected  Grid2DSquareCellIntChunkAbstractFactory Grid2DSquareCellIntFactory.grid2DSquareCellIntChunkFactory
          The Grid2DSquareCellChunkAbstractFactory for creating chunks.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellIntChunkAbstractFactory
 Grid2DSquareCellIntChunkAbstractFactory Grid2DSquareCellIntFactory.getGrid2DSquareCellIntChunkFactory()
          Returns a reference to this.grid2DSquareCellIntChunkFactory.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellIntChunkAbstractFactory
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellAbstract with values obtained from gridFile.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkAbstractFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, long nrows, long ncols, java.math.BigDecimal[] dimensions, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
protected  void Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, boolean handleOutOfMemoryError)
          Initialises this.
protected  void Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Initialises this.
protected  void Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Initialises this.
protected  void Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Initialise this.
 void Grid2DSquareCellIntFactory.setGrid2DSquareCellIntChunkFactory(Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory)
          Sets this.grid2DSquareCellIntChunkFactory to grid2DSquareCellIntChunkFactory.
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellIntChunkAbstractFactory
Grid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt with values obtained from gridFile.
Grid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt based on values in grid2DSquareCell.
Grid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long nrows, long ncols, java.math.BigDecimal[] dimensions, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt with each cell value equal to Integer.MinValue.
Grid2DSquareCellIntFactory(java.io.File directory, int chunkNrows, int chunkNcols, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory)
          Creates a new Grid2DSquareCellDoubleFactory
 

Uses of Grid2DSquareCellIntChunkAbstractFactory in uk.ac.leeds.ccg.andyt.grids.exchange
 

Methods in uk.ac.leeds.ccg.andyt.grids.exchange with parameters of type Grid2DSquareCellIntChunkAbstractFactory
 Grid2DSquareCellInt ESRIAsciiGridImporter.constructGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File outputDirectory, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols)
          Returns a Grid2DSquareCellInt loaded from this.file
 

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

Fields in uk.ac.leeds.ccg.andyt.grids.process declared as Grid2DSquareCellIntChunkAbstractFactory
 Grid2DSquareCellIntChunkAbstractFactory Grid2DSquareCellProcessor.grid2DSquareCellIntChunkFactory
          Default Grid2DSquareCellIntChunkAbstractFactory