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

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

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

Subclasses of Grid2DSquareCellDoubleChunkAbstractFactory in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellDoubleChunk64CellMapFactory
          A factory for constructing Grid2DSquareCellDoubleChunk64CellMap instances.
 class Grid2DSquareCellDoubleChunkArrayFactory
          A factory for constructing Grid2DSquareCellDoubleChunkArray instances.
 class Grid2DSquareCellDoubleChunkJAIFactory
          A factory for constructing Grid2DSquareCellDoubleChunkJAI instances.
 class Grid2DSquareCellDoubleChunkMapFactory
          A factory for constructing Grid2DSquareCellDoubleChunkMap instances.
 class Grid2DSquareCellDoubleChunkRAFFactory
          A factory for constructing Grid2DSquareCellDoubleChunkRAF instances.
 

Fields in uk.ac.leeds.ccg.andyt.grids.core declared as Grid2DSquareCellDoubleChunkAbstractFactory
protected  Grid2DSquareCellDoubleChunkAbstractFactory Grid2DSquareCellDoubleFactory.grid2DSquareCellDoubleChunkFactory
          The Grid2DSquareCellChunkAbstractFactory for creating chunks.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellDoubleChunkAbstractFactory
 Grid2DSquareCellDoubleChunkAbstractFactory Grid2DSquareCellDoubleFactory.getGrid2DSquareCellDoubleChunkFactory()
          Returns a reference to this.grid2DSquareCellDoubleChunkFactory.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellDoubleChunkAbstractFactory
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, long nrows, long ncols, java.math.BigDecimal[] dimensions, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble grid with all values as noDataValues.
 void Grid2DSquareCellDoubleFactory.setGrid2DSquareCellDoubleChunkFactory(Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory)
          Sets this.grid2DSquareCellDoubleChunkFactory to grid2DSquareCellDoubleChunkFactory.
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellDoubleChunkAbstractFactory
Grid2DSquareCellDouble(GridStatisticsAbstract gridStatistics, java.io.File directory, java.io.File gridFile, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double noDataValue, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble with values obtained from gridFile.
Grid2DSquareCellDouble(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double noDataValue, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble based on values in grid2DSquareCell.
Grid2DSquareCellDouble(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, long nrows, long ncols, java.math.BigDecimal[] dimensions, double noDataValue, java.util.HashSet grid2DSquareCells, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble with each cell value equal to noDataValue and all chunks of the same type.
Grid2DSquareCellDoubleFactory(java.io.File directory, int chunkNrows, int chunkNcols, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory)
          Creates a new Grid2DSquareCellDoubleFactory
Grid2DSquareCellDoubleFactory(java.io.File directory, int chunkNrows, int chunkNcols, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, double noDataValue)
          Creates a new Grid2DSquareCellDoubleFactory
 

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

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

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

Fields in uk.ac.leeds.ccg.andyt.grids.process declared as Grid2DSquareCellDoubleChunkAbstractFactory
 Grid2DSquareCellDoubleChunkAbstractFactory Grid2DSquareCellProcessor.grid2DSquareCellDoubleChunkFactory
          Default Grid2DSquareCellDoubleChunkAbstractFactory