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   
 

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

Subclasses of Grid2DSquareCellIntChunkAbstractFactory in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellIntChunk64CellMapFactory
          TODO: docs
 class Grid2DSquareCellIntChunkArrayFactory
          TODO: docs
 class Grid2DSquareCellIntChunkJAIFactory
          TODO: docs
 class Grid2DSquareCellIntChunkMapFactory
          TODO: docs
 class Grid2DSquareCellIntChunkRAFFactory
          TODO: docs
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellIntChunkAbstractFactory
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellInt with values obtained from gridFile.
protected  Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellInt with values obtained from gridFile.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkAbstractFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(java.io.File directory, Grid2DSquareCellIntChunkAbstractFactory chunkFactory, int chunkNrows, int chunkNcols, long nrows, long ncols, java.math.BigDecimal[] dimensions)
          Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellInt with values obtained from gridFile.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkAbstractFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellIntChunkAbstractFactory chunkFactory, int chunkNrows, int chunkNcols, long nrows, long ncols, java.math.BigDecimal[] dimensions)
          Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
 

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)
          Returns 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)
          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)
          Creates a new Grid2DSquareCellInt with each cell value equal to Integer.MinValue.
 

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