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

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

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

Subclasses of AbstractGrid2DSquareCellIntChunkFactory 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 AbstractGrid2DSquareCellIntChunkFactory
protected  AbstractGrid2DSquareCellIntChunkFactory Grid2DSquareCellIntFactory.grid2DSquareCellIntChunkFactory
          The Grid2DSquareCellChunkAbstractFactory for creating chunks.
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCellIntChunkFactory
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(AbstractGridStatistics gridStatistics, java.io.File _Directory, AbstractGrid2DSquareCell grid2DSquareCell, AbstractGrid2DSquareCellIntChunkFactory grid2DSquareCellIntChunkAbstractFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(AbstractGridStatistics gridStatistics, java.io.File _Directory, AbstractGrid2DSquareCellIntChunkFactory grid2DSquareCellIntChunkFactory, long nrows, long ncols, java.math.BigDecimal[] _Dimensions, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(AbstractGridStatistics gridStatistics, java.io.File _Directory, java.io.File gridFile, AbstractGrid2DSquareCellIntChunkFactory grid2DSquareCellIntChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new AbstractGrid2DSquareCell with values obtained from gridFile.
protected  void Grid2DSquareCellInt.initGrid2DSquareCellInt(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, int _ChunkNRows, int _ChunkNCols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Initialise this.
protected  void Grid2DSquareCellInt.initGrid2DSquareCellInt(AbstractGridStatistics _GridStatistics, java.io.File _Directory, java.io.File gridFile, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, int _ChunkNRows, int _ChunkNCols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Initialises this.
 void Grid2DSquareCellIntFactory.setGrid2DSquareCellIntChunkFactory(AbstractGrid2DSquareCellIntChunkFactory grid2DSquareCellIntChunkFactory)
          Sets this.grid2DSquareCellIntChunkFactory to grid2DSquareCellIntChunkFactory.
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCellIntChunkFactory
Grid2DSquareCellInt(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, int _ChunkNRows, int _ChunkNCols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt based on values in _Grid2DSquareCell.
Grid2DSquareCellInt(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, int _ChunkNRows, int _ChunkNCols, long _NRows, long _NCols, java.math.BigDecimal[] _Dimensions, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt with each cell value equal to Integer.MinValue.
Grid2DSquareCellInt(AbstractGridStatistics _GridStatistics, java.io.File _Directory, java.io.File gridFile, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, int _ChunkNRows, int _ChunkNCols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt with values obtained from gridFile.
Grid2DSquareCellIntFactory(java.io.File _Directory, int _ChunkNRows, int _ChunkNCols, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory
 

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

Fields in uk.ac.leeds.ccg.andyt.grids.process declared as AbstractGrid2DSquareCellIntChunkFactory
 AbstractGrid2DSquareCellIntChunkFactory Grid2DSquareCellProcessor._Grid2DSquareCelllIntChunkFactory
          Default AbstractGrid2DSquareCellIntChunkFactory