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

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

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

Subclasses of AbstractGridStatistics in uk.ac.leeds.ccg.andyt.grids.core
 class GridStatistics0
          Used by AbstractGrid2DSquareCell instances to access statistics.
 class GridStatistics1
          Used by AbstractGrid2DSquareCell instances to access statistics.
 

Fields in uk.ac.leeds.ccg.andyt.grids.core declared as AbstractGridStatistics
protected  AbstractGridStatistics AbstractGrid2DSquareCell._GridStatistics
          A reference to the grid Statistics Object.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return AbstractGridStatistics
 AbstractGridStatistics AbstractGrid2DSquareCellFactory.get_GridStatistics()
          Returns this._GridStatistics
protected  AbstractGridStatistics AbstractGrid2DSquareCell.getGridStatistics()
           
 AbstractGridStatistics AbstractGrid2DSquareCell.getGridStatistics(boolean handleOutOfMemoryError)
           
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGridStatistics
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with all values taken from _Grid2DSquareCell.
 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.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory, long _NRows, long _NCols, java.math.BigDecimal[] _Dimensions, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble grid with all values as NoDataValues.
 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.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics, java.io.File _Directory, java.io.File gridFile, AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
 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 AbstractGrid2DSquareCellFactory.set_GridStatistics(AbstractGridStatistics _GridStatistics)
          Sets this._GridStatistics to _GridStatistics
protected  void AbstractGridStatistics.update(AbstractGridStatistics _GridStatistics)
          Updates fields from _GridStatistics except this._Grid2DSquareCell
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGridStatistics
Grid2DSquareCellDouble(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory, int _ChunkNRows, int _ChunkNCols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double _NoDataValue, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble based on values in _Grid2DSquareCell.
Grid2DSquareCellDouble(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory, int _ChunkNRows, int _ChunkNCols, long _NRows, long _NCols, java.math.BigDecimal[] _Dimensions, double _NoDataValue, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble with each cell value equal to _NoDataValue and all chunks of the same type.
Grid2DSquareCellDouble(AbstractGridStatistics _GridStatistics, java.io.File _Directory, java.io.File gridFile, AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory, int _ChunkNRows, int _ChunkNCols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double _NoDataValue, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble with values obtained from gridFile.
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.
 

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

Fields in uk.ac.leeds.ccg.andyt.grids.process declared as AbstractGridStatistics
 AbstractGridStatistics Grid2DSquareCellProcessor._GridStatistics
          GridStatistics1