|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridStatisticsAbstract | |
---|---|
uk.ac.leeds.ccg.andyt.grids.core | |
uk.ac.leeds.ccg.andyt.grids.exchange | |
uk.ac.leeds.ccg.andyt.grids.process |
Uses of GridStatisticsAbstract in uk.ac.leeds.ccg.andyt.grids.core |
---|
Subclasses of GridStatisticsAbstract in uk.ac.leeds.ccg.andyt.grids.core | |
---|---|
class |
GridStatistics0
Used by Grid2DSquareCellAbstract instances to access statistics. |
class |
GridStatistics1
Used by Grid2DSquareCellAbstract instances to access statistics. |
Fields in uk.ac.leeds.ccg.andyt.grids.core declared as GridStatisticsAbstract | |
---|---|
protected GridStatisticsAbstract |
Grid2DSquareCellAbstract.gridStatistics
A reference to the grid Statistics Object. |
protected GridStatisticsAbstract |
Grid2DSquareCellAbstractFactory.gridStatistics
The GridStatisticsAbstract |
Methods in uk.ac.leeds.ccg.andyt.grids.core that return GridStatisticsAbstract | |
---|---|
GridStatisticsAbstract |
Grid2DSquareCellAbstract.getGridStatistics()
Returns this.gridStatistics TODO: For safety, this method should either be removed and this class be made implement GridStatisticsInterface. |
GridStatisticsAbstract |
Grid2DSquareCellAbstractFactory.getGridStatistics()
Returns this.gridStatistics |
Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type GridStatisticsAbstract | |
---|---|
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. |
Grid2DSquareCellInt |
Grid2DSquareCellIntFactory.create(GridStatisticsAbstract gridStatistics,
java.io.File directory,
java.io.File gridFile,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Returns a new Grid2DSquareCellAbstract 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. |
Grid2DSquareCellInt |
Grid2DSquareCellIntFactory.create(GridStatisticsAbstract gridStatistics,
java.io.File directory,
Grid2DSquareCellAbstract grid2DSquareCell,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkAbstractFactory,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Returns a new Grid2DSquareCellInt with values obtained 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. |
Grid2DSquareCellInt |
Grid2DSquareCellIntFactory.create(GridStatisticsAbstract gridStatistics,
java.io.File directory,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
long nrows,
long ncols,
java.math.BigDecimal[] dimensions,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Returns a new Grid2DSquareCellInt grid with all values as noDataValues. |
protected void |
Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
java.io.File gridFile,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
boolean handleOutOfMemoryError)
Initialises this. |
protected void |
Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
java.io.File gridFile,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Initialises this. |
protected void |
Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
Grid2DSquareCellAbstract grid2DSquareCell,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex)
Initialises this. |
protected void |
Grid2DSquareCellInt.initGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
Grid2DSquareCellAbstract grid2DSquareCell,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Initialise this. |
void |
Grid2DSquareCellAbstractFactory.setGridStatistics(GridStatisticsAbstract gridStatistics)
Sets this.gridStatistics to gridStatistics |
protected void |
GridStatisticsAbstract.update(GridStatisticsAbstract gridStatistics)
Updates fields from gridStatistics except this.grid2DSquareCell |
Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type GridStatisticsAbstract | |
---|---|
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. |
|
Grid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
java.io.File gridFile,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Creates a new Grid2DSquareCellInt with values obtained from gridFile. |
|
Grid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
Grid2DSquareCellAbstract grid2DSquareCell,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Creates a new Grid2DSquareCellInt based on values in grid2DSquareCell. |
|
Grid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File directory,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols,
long nrows,
long ncols,
java.math.BigDecimal[] dimensions,
java.util.HashSet grid2DSquareCells,
boolean handleOutOfMemoryError)
Creates a new Grid2DSquareCellInt with each cell value equal to Integer.MinValue. |
Uses of GridStatisticsAbstract in uk.ac.leeds.ccg.andyt.grids.exchange |
---|
Methods in uk.ac.leeds.ccg.andyt.grids.exchange with parameters of type GridStatisticsAbstract | |
---|---|
Grid2DSquareCellDouble |
ESRIAsciiGridImporter.constructGrid2DSquareCellDouble(GridStatisticsAbstract gridStatistics,
java.io.File outputDirectory,
Grid2DSquareCellDoubleChunkAbstractFactory grid2DSquareCellDoubleChunkFactory,
int chunkNrows,
int chunkNcols)
Returns a Grid2DSquareCellDouble loaded from this.file |
Grid2DSquareCellInt |
ESRIAsciiGridImporter.constructGrid2DSquareCellInt(GridStatisticsAbstract gridStatistics,
java.io.File outputDirectory,
Grid2DSquareCellIntChunkAbstractFactory grid2DSquareCellIntChunkFactory,
int chunkNrows,
int chunkNcols)
Returns a Grid2DSquareCellInt loaded from this.file |
Uses of GridStatisticsAbstract in uk.ac.leeds.ccg.andyt.grids.process |
---|
Fields in uk.ac.leeds.ccg.andyt.grids.process declared as GridStatisticsAbstract | |
---|---|
GridStatisticsAbstract |
Grid2DSquareCellProcessor.gridStatistics
GridStatistics1 |
Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type GridStatisticsAbstract | |
---|---|
protected Grid2DSquareCellAbstract |
Grid2DSquareCellProcessor.mask(Grid2DSquareCellAbstract grid2DSquareCellToMask,
Grid2DSquareCellAbstract grid2DSquareCellMask,
GridStatisticsAbstract resultGridStatistics,
java.io.File resultDirectory)
Returns a new Grid2DSquareCellAbstract which is of the same type and chunk stucture as grid2DSquareCellMask. |
Grid2DSquareCellAbstract |
Grid2DSquareCellProcessor.mask(Grid2DSquareCellAbstract grid2DSquareCellToMask,
Grid2DSquareCellAbstract grid2DSquareCellMask,
GridStatisticsAbstract resultGridStatistics,
java.io.File resultDirectory,
boolean handleOutOfMemoryError)
Returns a new Grid2DSquareCellAbstract which is of the same type and chunk stucture as grid2DSquareCellMask. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |