A C D E F G H I K L M N P R S T U W X

R

random(double, double) - Method in class uk.ac.leeds.ccg.andyt.grids.examples.GenerateTestData
 
randomAccessFile - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkRAF
The RandomAccessFile for accessing file.
randomAccessFile - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAF
The RandomAccessFile for accessing file.
readDouble() - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
Returns the next value as a double or Double.NEGATIVE_INFINITY
readHeaderDouble() - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
Reads the header of the file and returns a double[] where; [0] = (double) ncols; [1] = (double) nrows; [2] = xllcorner; [3] = yllcorner; [4] = cellsize; [5] = noDataValue if it exists or Double.NEGATIVE_INFINITY otherwise
readHeaderObject() - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
Reads the header of the file and returns a Object[] where; [0] = Long( ncols ); [1] = (double) nrows; [2] = xllcorner; [3] = yllcorner; [4] = cellsize; [5] = noDataValue if it exists or Double.NEGATIVE_INFINITY otherwise
readInt() - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
Returns the next value as a int or Integer.MIN_VALUE
regionBivariateStatistics(Grid2DSquareCellDouble, Grid2DSquareCellDouble, Vector, double, double, double, Grid2DSquareCellDoubleFactory) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessorGWS
Returns an Grid2DSquareCellDouble[] result with elements based on statistics and values based on bivariate comparison of grid0 and grid1, distance, weightIntersect and weightFactor.
regionUnivariateStatistics(Grid2DSquareCellDouble, Vector, double, double, double, Grid2DSquareCellDoubleFactory) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessorGWS
Returns a Vector containing Grid2DSquareCellDoubles.
regionUnivariateStatistics(Grid2DSquareCellDouble, int, int, String, double, double, double) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessorGWS
TODO
regionUnivariateStatisticsCrossScale(Grid2DSquareCellDouble, Vector, double, double, double, double, double, Grid2DSquareCellDoubleFactory) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessorGWS
TODO
regionUnivariateStatisticsSlow(Grid2DSquareCellDouble, Vector, double, double, double, Grid2DSquareCellDoubleFactory) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessorGWS
Returns a Vector containing Grid2DSquareCellDoubles
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.AbstractIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunk64CellMapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkArrayIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkJAIIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkMapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkRAFIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunk64CellMapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkArrayIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkJAIIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkMapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAFIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
removeAll(HashSet, HashSet) - Method in class uk.ac.leeds.ccg.andyt.grids.examples.GenerateTestData
Taken from HashSet.removeAll(Collection)
replace(Grid2DSquareCellDouble, long[], BigDecimal[], double, double, double, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Returns a Grid2DSquareCellDouble identical to grid2DSquareCell but with cells with values in range given by (minValueInRangeToBeReplaced, maxValueInRangeToBeReplaced) replaced with valueToInsert, boolean handleOutOfMemoryError ) { coincident with grid2DSquareCellMask if their centroids intersect a cell of mask that has a noDataValue.
restoreChunk(int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Restores a grid2DSquareCellChunk from a cache.
restoreChunk(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Restores a grid2DSquareCellChunk from a cache.
run() - Method in class uk.ac.leeds.ccg.andyt.grids.examples.ExporterRuns
 
run() - Method in class uk.ac.leeds.ccg.andyt.grids.examples.GenerateTestData
 
run() - Method in class uk.ac.leeds.ccg.andyt.grids.examples.ProcessorGWSRuns
 
Run - Class in uk.ac.leeds.ccg.andyt.grids.examples
TODO: docs
Run() - Constructor for class uk.ac.leeds.ccg.andyt.grids.examples.Run
Creates a new instance of Run
Run(File) - Constructor for class uk.ac.leeds.ccg.andyt.grids.examples.Run
Creates a new instance of Run
run() - Method in class uk.ac.leeds.ccg.andyt.grids.examples.UtilitiesRuns
 

A C D E F G H I K L M N P R S T U W X