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

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

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

Fields in uk.ac.leeds.ccg.andyt.grids.core declared as Grids_Environment
 Grids_Environment AbstractGrid2DSquareCell._Grids_Environment
          The Grids_Environment for calling out to other code and general memory handling.
protected  Grids_Environment AbstractGrid2DSquareCellFactory._Grids_Environment
           
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grids_Environment
 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.
abstract  AbstractGrid2DSquareCell AbstractGrid2DSquareCellFactory.create(java.io.File _Directory, AbstractGrid2DSquareCell grid2DSquareCell, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
           
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, 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(java.io.File _Directory, AbstractGrid2DSquareCell grid2DSquareCell, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
abstract  AbstractGrid2DSquareCell AbstractGrid2DSquareCellFactory.create(java.io.File _Directory, java.io.File gridFile, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
           
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, java.io.File gridFile, 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(java.io.File _Directory, java.io.File gridFile, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt with values obtained from gridFile.
abstract  AbstractGrid2DSquareCell AbstractGrid2DSquareCellFactory.create(java.io.File _Directory, java.io.File gridFile, java.io.ObjectInputStream ois, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
           
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, java.io.File gridFile, java.io.ObjectInputStream ois, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.create(java.io.File _Directory, java.io.File gridFile, java.io.ObjectInputStream ois, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt with values obtained from gridFile.
abstract  AbstractGrid2DSquareCell AbstractGrid2DSquareCellFactory.create(java.io.File _Directory, long _NRows, long _NCols, java.math.BigDecimal[] dimensions, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
           
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, 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(java.io.File _Directory, long nrows, long ncols, java.math.BigDecimal[] _Dimensions, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
protected  void AbstractGrid2DSquareCell.initGrid2DSquareCell(Grids_Environment a_Grids_Environment)
           
protected  void AbstractGrid2DSquareCell.initGrid2DSquareCell(Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Initialises this from a_Grids_Environment.
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.
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grids_Environment
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.
Grid2DSquareCellDouble(java.io.File _Directory, java.io.File gridFile, java.io.ObjectInputStream ois, Grids_Environment _Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDouble.
Grid2DSquareCellDouble(Grids_Environment _Grids_Environment)
          Creates a new Grid2DSquareCellDouble
Grid2DSquareCellDoubleFactory(double _NoDataValue, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory.
Grid2DSquareCellDoubleFactory(java.io.File _Directory, double _NoDataValue, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory.
Grid2DSquareCellDoubleFactory(java.io.File _Directory, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory.
Grid2DSquareCellDoubleFactory(java.io.File _Directory, int _ChunkNRows, int _ChunkNCols, AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory, double _NoDataValue, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory.
Grid2DSquareCellDoubleFactory(java.io.File _Directory, int _ChunkNRows, int _ChunkNCols, AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory.
Grid2DSquareCellDoubleFactory(Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory.
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.
Grid2DSquareCellInt(java.io.File _Directory, java.io.File gridFile, java.io.ObjectInputStream ois, Grids_Environment a_Grids_Environment, boolean handleOutOfMemoryError)
          Creates a new Grid2DSquareCellInt.
Grid2DSquareCellInt(Grids_Environment a_Grids_Environment)
          Creates a new Grid2DSquareCellInt
Grid2DSquareCellIntFactory(java.io.File _Directory, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory
Grid2DSquareCellIntFactory(java.io.File _Directory, int _ChunkNRows, int _ChunkNCols, AbstractGrid2DSquareCellIntChunkFactory _Grid2DSquareCellIntChunkFactory, Grids_Environment _Grids_Environment, boolean _HandleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory
Grid2DSquareCellIntFactory(Grids_Environment a_Grids_Environment, boolean _HandleOutOfMemoryError)
          Creates a new Grid2DSquareCellDoubleFactory Defaults: _Directory to a new one in System.getProperties( "java.io.tmpdir" );
 

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

Fields in uk.ac.leeds.ccg.andyt.grids.exchange declared as Grids_Environment
protected  Grids_Environment ImageExporter._Grids_Environment
           
 

Constructors in uk.ac.leeds.ccg.andyt.grids.exchange with parameters of type Grids_Environment
ESRIAsciiGridImporter(java.io.File file, Grids_Environment _Grids_Environment)
          Creates a new instance of ESRIAsciiGridImporter
ImageExporter(Grids_Environment a_Grids_Environment)
          Creates a new instance of ImageExporter
 

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

Constructors in uk.ac.leeds.ccg.andyt.grids.process with parameters of type Grids_Environment
Grid2DSquareCellProcessor(Grids_Environment _Grids_Environment)
           
Grid2DSquareCellProcessorGWS(Grids_Environment _Grids_Environment)