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

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

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

Subclasses of Grid2DSquareCellAbstract in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellDouble
          A class for representing grids of double precision values.
 class Grid2DSquareCellInt
          A class to represent and manipulate int precision Grid2DSquareCellAbstract instances.
 

Fields in uk.ac.leeds.ccg.andyt.grids.core declared as Grid2DSquareCellAbstract
protected  Grid2DSquareCellAbstract Grid2DSquareCellChunkAbstract.grid2DSquareCell
          A reference to the Grid2DSquareCellDoubleAbstract instance.
protected  Grid2DSquareCellAbstract GridStatisticsAbstract.grid2DSquareCell
          A reference to the Grid2DSquareCellAbstract this is for.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellAbstract
 Grid2DSquareCellAbstract Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(int chunkNrows, int chunkNcols, long nrows, long ncols)
          Returns an Grid2DSquareCellInt with all values as noDataValues.
 Grid2DSquareCellAbstract Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(long nrows, long ncols)
          Returns an Grid2DSquareCellInt with all values as noDataValues.
 Grid2DSquareCellAbstract Grid2DSquareCellChunkAbstract.getGrid2DSquareCell()
          Returns grid2DSquareCellDouble.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellAbstract
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.createGrid2DSquareCellDouble(java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double noDataValue)
          Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.createGrid2DSquareCellDouble(java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.createGrid2DSquareCellDouble(Grid2DSquareCellAbstract grid2DSquareCell)
          Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.createGrid2DSquareCellDouble(Grid2DSquareCellAbstract grid2DSquareCell, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.createGrid2DSquareCellDouble(GridStatisticsAbstract gridStatistics, java.io.File directory, Grid2DSquareCellAbstract grid2DSquareCell, Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double noDataValue)
          Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
 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, Grid2DSquareCellAbstract grid2DSquareCell, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex)
          Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(Grid2DSquareCellAbstract grid2DSquareCell)
          Returns a new Grid2DSquareCellInt with all values as int values from grid2DSquareCell.
 Grid2DSquareCellInt Grid2DSquareCellIntFactory.createGrid2DSquareCellInt(Grid2DSquareCellAbstract grid2DSquareCell, 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, 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.
protected  void GridStatisticsAbstract.init(Grid2DSquareCellAbstract grid2DSquareCell)
          For intitialisation
protected abstract  void Grid2DSquareCellAbstract.initAll(Grid2DSquareCellAbstract grid2DSquareCellAbstract)
          Initialises all fields from an existing instance.
protected  void Grid2DSquareCellDouble.initAll(Grid2DSquareCellAbstract grid2DSquareCell)
          Initialises all fields from an existing instance.
protected  void Grid2DSquareCellInt.initAll(Grid2DSquareCellAbstract grid2DSquareCell)
          Initialises all fields from an existing instance.
protected  void Grid2DSquareCellAbstract.initAll(Grid2DSquareCellAbstract grid2DSquareCell, boolean flag)
          Initialises all fields from an existing instance including grid2DSquareCellDoubleChunks.
protected  void Grid2DSquareCellChunkAbstract.initGrid2DSquareCell(Grid2DSquareCellAbstract grid2DSquareCell)
          Initialises grid2DSquareCell
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellAbstract
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)
          Creates a new Grid2DSquareCellDouble based on values in grid2DSquareCell.
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.
GridStatistics0(Grid2DSquareCellAbstract grid2DSquareCell)
          Creates a new instance of GridStatistics0
GridStatistics1(Grid2DSquareCellAbstract grid2DSquareCell)
          Creates a new instance of GridStatistics1
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.exchange with parameters of type Grid2DSquareCellAbstract
static void io.gamOutputToGrid(java.io.File gamOutputFile, Grid2DSquareCellAbstract grid, double weight)
           
static void io.generateGamInput(java.io.File gamInputFile, Grid2DSquareCellAbstract countGrid, Grid2DSquareCellAbstract parGrid)
          Creates gamInputFile from the countFile and parFile.
static void io.gridArray2CSV(Grid2DSquareCellAbstract[] gridArray, java.lang.String header, java.io.File csvFile)
          Generates CSV file from gridArray
 java.io.File ESRIAsciiGridExporter.toAsciiFile(Grid2DSquareCellAbstract grid2DSquareCell)
          Writes grid2DSquareCell out to file in ESRI Asciigrid format and returns a the File to which it was written.
 java.io.File ESRIAsciiGridExporter.toAsciiFile(Grid2DSquareCellAbstract grid2DSquareCell, java.io.File file)
          Writes grid2DSquareCell out to file in ESRI Asciigrid format and returns file.
 java.io.File ESRIAsciiGridExporter.toAsciiFile(Grid2DSquareCellAbstract grid2DSquareCell, java.io.File file, java.math.BigDecimal noDataValueBigDecimal)
          Writes grid2DSquareCell out to file in ESRI Asciigrid format and returns file.
 void ImageExporter.toGreyScaleImage(Grid2DSquareCellAbstract grid2DSquareCell, java.io.File file, java.lang.String type)
          Writes this grid as a Grey scale image
 void io.xyFileToGrid(java.io.File xyFile, Grid2DSquareCellAbstract grid)
           
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type Grid2DSquareCellAbstract
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.mask(Grid2DSquareCellAbstract grid2DSquareCellToMask, Grid2DSquareCellAbstract grid2DSquareCellMask, boolean handleOutOfMemoryError)
          Returns a Grid2DSquareCellAbstract identical to grid2DSquareCellToMask but with cells coincident with grid2DSquareCellMask if their centroids intersect a cell of mask that has a noDataValue.
 

Uses of Grid2DSquareCellAbstract in uk.ac.leeds.ccg.andyt.grids.utilities
 

Methods in uk.ac.leeds.ccg.andyt.grids.utilities with parameters of type Grid2DSquareCellAbstract
static java.lang.Object[] Utilities.densityPlot(Grid2DSquareCellAbstract xGrid, Grid2DSquareCellAbstract yGrid, int divisions, Grid2DSquareCellDoubleFactory gridFactory)
          Returns a density plot of xGrid values against yGrid values.