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

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

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

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellDouble
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, AbstractGrid2DSquareCellDoubleChunkFactory _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.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics, java.io.File _Directory, AbstractGrid2DSquareCellDoubleChunkFactory _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.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics, java.io.File _Directory, java.io.File gridFile, AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet _Grid2DSquareCells, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, AbstractGrid2DSquareCell _Grid2DSquareCell, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet _Grid2DSquareCells, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with all values taken from _Grid2DSquareCell.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, java.io.File gridFile, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.util.HashSet _Grid2DSquareCells, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, java.io.File gridFile, java.io.ObjectInputStream ois, java.util.HashSet _Grid2DSquareCells, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
 Grid2DSquareCellDouble Grid2DSquareCellDoubleFactory.create(java.io.File _Directory, long _NRows, long _NCols, java.math.BigDecimal[] _Dimensions, java.util.HashSet _Grid2DSquareCells, boolean _HandleOutOfMemoryError)
          Returns a new Grid2DSquareCellDouble grid with all values as NoDataValues.
protected  Grid2DSquareCellDouble AbstractGrid2DSquareCellDoubleChunk.getGrid2DSquareCellDouble()
           
 Grid2DSquareCellDouble AbstractGrid2DSquareCellDoubleChunk.getGrid2DSquareCellDouble(boolean _HandleOutOfMemoryError)
           
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellDouble
protected static long AbstractGridStatistics.count(Grid2DSquareCellDouble grid2DSquareCellDouble, long row, long col, long _NRows, long _NCols, double value)
          Counts the remaining number of values in grid2DSquareCellDouble equal to value from cell given by row p and column q counting in row major order.
 long AbstractGridStatistics.count(Grid2DSquareCellDouble grid2DSquareCellDouble, long row, long col, long _NRows, long _NCols, double value, boolean _HandleOutOfMemoryError)
          Counts the remaining number of values in grid2DSquareCellDouble equal to value from cell given by row p and column q counting in row major order.
abstract  AbstractGrid2DSquareCellDoubleChunk AbstractGrid2DSquareCellDoubleChunkFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID chunkID)
          For creating a new AbstractGrid2DSquareCellDoubleChunk containing all noDataValues that is linked to grid2DSquareCellDouble via chunkID.
 AbstractGrid2DSquareCellDoubleChunk Grid2DSquareCellDoubleChunk64CellMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID chunkID)
           
 AbstractGrid2DSquareCellDoubleChunk Grid2DSquareCellDoubleChunkArrayFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID chunkID)
           
 AbstractGrid2DSquareCellDoubleChunk Grid2DSquareCellDoubleChunkJAIFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID chunkID)
           
 AbstractGrid2DSquareCellDoubleChunk Grid2DSquareCellDoubleChunkMapFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID chunkID)
           
 AbstractGrid2DSquareCellDoubleChunk Grid2DSquareCellDoubleChunkRAFFactory.createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID chunkID)
           
 

Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellDouble
Grid2DSquareCellDoubleChunk64CellMap(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID _ChunkID)
          Creates a new Grid2DSquareCellDoubleChunk64CellMap.
Grid2DSquareCellDoubleChunkArray(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID _ChunkID)
          Creates a new Grid2DSquareCellDoubleChunkArray for grid2DSquareCellDouble containing all no data values.
Grid2DSquareCellDoubleChunkJAI(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID _ChunkID)
          Creates a new Grid2DSquareCellDoubleChunkJAI for Grid2DSquareCellDouble with _ChunkID ChunkID
Grid2DSquareCellDoubleChunkMap(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID _ChunkID)
          Creates a new Grid2DSquareCellDoubleChunkMap
Grid2DSquareCellDoubleChunkMap(Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID _ChunkID, double defaultValue)
          Creates a new Grid2DSquareCellDoubleChunkMap
Grid2DSquareCellDoubleChunkRAF(java.io.File file, Grid2DSquareCellDouble grid2DSquareCellDouble, AbstractGrid2DSquareCell.ChunkID _ChunkID)
          Creates a new Grid2DSquareCellDouble grid containing all no data values.
Grid2DSquareCellDoubleIterator(Grid2DSquareCellDouble grid2DSquareCellDouble)
          Creates a new instance of Grid2DSquareDoubleIterator
 

Uses of Grid2DSquareCellDouble in uk.ac.leeds.ccg.andyt.grids.examples
 

Methods in uk.ac.leeds.ccg.andyt.grids.examples that return Grid2DSquareCellDouble
 Grid2DSquareCellDouble GenerateRoofData.disaggregate(java.math.BigDecimal[] _Dimensions, Grid2DSquareCellDouble _Grid2DSquareCellDouble, AbstractGrid2DSquareCellFactory _Grid2DSquareCellFactory, boolean _HandleOutOfMemoryError)
           
 Grid2DSquareCellDouble[] GenerateTestData.generateCatchment(boolean _HandleOutOfMemoryError)
           
 Grid2DSquareCellDouble[] GenerateTestData.generateCircularData(boolean _HandleOutOfMemoryError)
           
 Grid2DSquareCellDouble[] GenerateTestData.generateSquareData(boolean _HandleOutOfMemoryError)
           
 

Methods in uk.ac.leeds.ccg.andyt.grids.examples with parameters of type Grid2DSquareCellDouble
 void GenerateRoofData._AddColRidge(Grid2DSquareCellDouble _Grid2DSquareCellDouble, double _ColRidgeHeight, long nrows, long ncols, long _ColWithRidge, double _LeftColRidgeTanAngle, double _RightColRidgeTanAngle, boolean _HandleOutOfMemoryError)
          Add col ridge
 void GenerateRoofData._AddRowRidge(Grid2DSquareCellDouble _Grid2DSquareCellDouble, double _RowRidgeHeight, long ncols, long nrows, long _RowWithRidge, double _BottomRowRidgeTanAngle, double _TopRowRidgeTanAngle, boolean _HandleOutOfMemoryError)
          Add row ridge
 void GenerateRoofData._CreateGableRoofs(Grid2DSquareCellDouble _ResizedGrid2DSquareCellDouble, long nrows, long ncols, long _RowWithRidge, long _ColWithRidge, double _RowRidgeHeight, double _ColRidgeHeight)
          This is like the other _CreateGableRoofs method excpet it does the conversion to a standard dimension and rescales values from 1 to 10.0d
 void GenerateRoofData._CreateHippedRoofs(Grid2DSquareCellDouble _ResizedGrid2DSquareCellDouble, long nrows, long ncols, long _RowWithRidge, double _RowRidgeHeight, long _ColStartRidge, long _ColEndRidge, long _ColWithRidge, double _ColRidgeHeight, long _RowStartRidge, long _RowEndRidge)
           http://www.geog.leeds.ac.uk/people/a.turner/src/andyt/java/grids/dist/javadoc/uk/ac/leeds/ccg/andyt/grids/examples/GenerateRoofData.html#_CreateHippedRoofs file:///C:/Work/src/andyt/java/grids/dist/javadoc/uk/ac/leeds/ccg/andyt/grids/examples/GenerateRoofData.html#_CreateHippedRoofs As _CreateHippedRoofs(long,long,long,double,long,long,long,double,long,long) except with Resize and Rescale Output to fit _Dimensions
 void GenerateRoofData._Resize(Grid2DSquareCellDouble _ResizeGrid2DSquareCell, Grid2DSquareCellDouble _Grid2DSquareCellDouble, boolean _HandleOutOfMemoryError)
          Consider enhancing and moving to Grid2DSquareCellProcessor.
 void GenerateRoofData._ResizeRescaleOutput(Grid2DSquareCellDouble _ResizedGrid2DSquareCellDouble, Grid2DSquareCellDouble _Grid2DSquareCellDouble, java.io.File _Output_Directory, ImageExporter _ImageExporter, java.lang.String[] _ImageTypes, ESRIAsciiGridExporter _ESRIAsciiGridExporter, boolean _HandleOutOfMemoryError)
           
 Grid2DSquareCellDouble GenerateRoofData.disaggregate(java.math.BigDecimal[] _Dimensions, Grid2DSquareCellDouble _Grid2DSquareCellDouble, AbstractGrid2DSquareCellFactory _Grid2DSquareCellFactory, boolean _HandleOutOfMemoryError)
           
 java.util.HashSet GenerateTestData.getCellIDs(Grid2DSquareCellDouble grid, long row, long col, double minRadius, double maxRadius, boolean _HandleOutOfMemoryError)
           
 java.util.HashSet GenerateTestData.getCellIDsHashSet(Grid2DSquareCellDouble grid, long row, long col, double radius, boolean _HandleOutOfMemoryError)
           
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.exchange that return Grid2DSquareCellDouble
protected  Grid2DSquareCellDouble ESRIAsciiGridImporter._ConstructGrid2DSquareCellDouble_Protected(AbstractGridStatistics gridStatistics, java.io.File outputDirectory, AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, boolean _HandleOutOfMemoryError)
          Returns a Grid2DSquareCellDouble loaded from this.file
 Grid2DSquareCellDouble ESRIAsciiGridImporter._ConstructGrid2DSquareCellDouble(AbstractGridStatistics gridStatistics, java.io.File outputDirectory, AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory, int chunkNrows, int chunkNcols, boolean _HandleOutOfMemoryError)
           
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.process that return Grid2DSquareCellDouble
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.aggregate(AbstractGrid2DSquareCell grid, int cellFactor, java.lang.String statistic, int rowOffset, int colOffset, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble at a lower level of resolution than grid.
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.aggregate(AbstractGrid2DSquareCell grid, java.lang.String statistic, java.math.BigDecimal[] resultDimensions, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble at a lower level of resolution than grid.
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorGWS.geometricDensity(Grid2DSquareCellDouble grid, double distance, Grid2DSquareCellDoubleFactory gridFactory)
          Returns an Grid2DSquareCellDouble[] containing geometric density surfaces at a range of scales: result[ 0 ] - is the result at the first scale ( double the cellsize of grid ) result[ 1 ] - if it exists is the result at the second scale ( double the cellsize of result[ 0 ] ) result[ n ] - if it exists is the result at the ( n + 1 )th scale ( double the cellsize of result[ n - 1 ] ) The algorithm used for generating a geometric density surface is described in: Turner A (2000) Density Data Generation for Spatial Data Mining Applications.
 Grid2DSquareCellDouble Grid2DSquareCellProcessorDEM.getHollowFilledDEM(AbstractGrid2DSquareCell _Grid2DSquareCell, Grid2DSquareCellDoubleFactory _Grid2DSquareCellDoubleFactory, double outflowHeight, int maxIterations, java.util.HashSet outflowCellIDsSet, boolean _TreatNoDataValueAsOutflow, boolean _HandleOutOfMemoryError)
           
 Grid2DSquareCellDouble Grid2DSquareCellProcessorDEM.getMaxFlowDirection(Grid2DSquareCellDouble grid, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble result containing values which indicate the direction of the maximum down slope for the immediate 8 cell neighbourhood.
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorDEM.getMetrics2(Grid2DSquareCellDouble grid, double distance, double weightIntersect, double weightFactor, int samplingDensity, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble[] metrics2 where: TODO: metrics2 is a mess.
protected  Grid2DSquareCellDouble[] Grid2DSquareCellProcessorDEM.getSlopeAspect(AbstractGrid2DSquareCell _Grid2DSquareCell)
          Calculates and returns measures of the slope and aspect for the AbstractGrid2DSquareCell _Grid2DSquareCell passed in.
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorDEM.getSlopeAspect(AbstractGrid2DSquareCell _Grid2DSquareCell, boolean _HandleOutOfMemoryError)
          Calculates and returns measures of the slope and aspect for the AbstractGrid2DSquareCell _Grid2DSquareCell passed in.
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorDEM.getSlopeAspect(AbstractGrid2DSquareCell _Grid2DSquareCell, double distance, double weightIntersect, double weightFactor, boolean _HandleOutOfMemoryError)
           
 Grid2DSquareCellDouble Grid2DSquareCellProcessorDEM.getUpSlopeAreaMetrics(Grid2DSquareCellDouble grid, double distance, double weightFactor, double weightIntersect, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble[] each element of which corresponds to a metrics of up slope cells of grid - a DEM The steeper the slope the higher the runoff?
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.linearRescale(Grid2DSquareCellDouble grid, double min, double max, boolean _HandleOutOfMemoryError)
          Modifies grid so values are linearly rescaled into the range [min,max].
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.logRescale(Grid2DSquareCellDouble grid, double min, double max, boolean _HandleOutOfMemoryError)
          Modifies grid so values are linearly scaled to range [1.0d,1000000.0d] then logged using Math.log(double) and then linearly scaled into the range [min,max]
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorGWS.regionBivariateStatistics(Grid2DSquareCellDouble grid0, Grid2DSquareCellDouble grid1, java.util.Vector statistics, double distance, double weightIntersect, double weightFactor, Grid2DSquareCellDoubleFactory gridFactory)
          Returns an Grid2DSquareCellDouble[] result with elements based on statistics and values based on bivariate comparison of grid0 and grid1, distance, weightIntersect and weightFactor.
 

Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type Grid2DSquareCellDouble
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, AbstractGrid2DSquareCell.CellID[] _CellIDs, double value, boolean _HandleOutOfMemoryError)
          Adds value to grid for cells with CellID in _CellIDs
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, double value, boolean _HandleOutOfMemoryError)
          Adds value to every cell of grid.
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, java.io.File file, java.lang.String type, boolean _HandleOutOfMemoryError)
          Returns grid with values added from a file.
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, Grid2DSquareCellDouble gridToAdd, boolean _HandleOutOfMemoryError)
          Add gridToAdd to grid
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, Grid2DSquareCellDouble gridToAdd, double weight, boolean _HandleOutOfMemoryError)
          Add gridToAdd to grid with values from gridToAdd multiplied by weight.
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, Grid2DSquareCellDouble gridToAdd, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, java.math.BigDecimal[] dimensionConstraints, double weight, boolean _HandleOutOfMemoryError)
          Returns a Grid2DSquareCellDouble with values of grid added with values from gridToAdd (with row index between startRowIndex, endRowIndex and column index between startColIndex, endColIndex) multiplied by weight.
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, Grid2DSquareCellDouble gridToAdd, long startRowIndex, long startColIndex, long endRowIndex, long endColIndex, double weight, boolean _HandleOutOfMemoryError)
          Add gridToAdd to grid with values from gridToAdd multiplied by weight.
 void Grid2DSquareCellProcessor.addToGrid(Grid2DSquareCellDouble grid, java.util.HashSet _CellIDs, double value, boolean _HandleOutOfMemoryError)
          Adds value to grid for cells with CellID in _CellIDs
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorGWS.geometricDensity(Grid2DSquareCellDouble grid, double distance, Grid2DSquareCellDoubleFactory gridFactory)
          Returns an Grid2DSquareCellDouble[] containing geometric density surfaces at a range of scales: result[ 0 ] - is the result at the first scale ( double the cellsize of grid ) result[ 1 ] - if it exists is the result at the second scale ( double the cellsize of result[ 0 ] ) result[ n ] - if it exists is the result at the ( n + 1 )th scale ( double the cellsize of result[ n - 1 ] ) The algorithm used for generating a geometric density surface is described in: Turner A (2000) Density Data Generation for Spatial Data Mining Applications.
 java.util.HashSet Grid2DSquareCellProcessorDEM.getInitialPeaksHashSetAndSetTheirValue(Grid2DSquareCellDouble grid, Grid2DSquareCellDouble upSlopeAreaMetrics, boolean _HandleOutOfMemoryError)
          Returns a HashSet containing _CellIDs which identifies cells for which neighbouring cells in the immediate 8 cell neighbourhood that are either the same value, lower or noDataValues
 Grid2DSquareCellDouble Grid2DSquareCellProcessorDEM.getMaxFlowDirection(Grid2DSquareCellDouble grid, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble result containing values which indicate the direction of the maximum down slope for the immediate 8 cell neighbourhood.
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorDEM.getMetrics2(Grid2DSquareCellDouble grid, double distance, double weightIntersect, double weightFactor, int samplingDensity, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble[] metrics2 where: TODO: metrics2 is a mess.
protected  double[][] Grid2DSquareCellProcessor.getRowProcessData(Grid2DSquareCellDouble grid, double[][] previous, int cellDistance, long row, long col)
          Returns a double[][] based on previous which has been shuffled
protected  double[][] Grid2DSquareCellProcessor.getRowProcessInitialData(Grid2DSquareCellDouble grid, int cellDistance, long row)
          Returns a double[][] of grid values
 Grid2DSquareCellDouble Grid2DSquareCellProcessorDEM.getUpSlopeAreaMetrics(Grid2DSquareCellDouble grid, double distance, double weightFactor, double weightIntersect, Grid2DSquareCellDoubleFactory gridFactory, boolean _HandleOutOfMemoryError)
          Returns an Grid2DSquareCellDouble[] each element of which corresponds to a metrics of up slope cells of grid - a DEM The steeper the slope the higher the runoff?
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.linearRescale(Grid2DSquareCellDouble grid, double min, double max, boolean _HandleOutOfMemoryError)
          Modifies grid so values are linearly rescaled into the range [min,max].
 Grid2DSquareCellDouble Grid2DSquareCellProcessor.logRescale(Grid2DSquareCellDouble grid, double min, double max, boolean _HandleOutOfMemoryError)
          Modifies grid so values are linearly scaled to range [1.0d,1000000.0d] then logged using Math.log(double) and then linearly scaled into the range [min,max]
 Grid2DSquareCellDouble[] Grid2DSquareCellProcessorGWS.regionBivariateStatistics(Grid2DSquareCellDouble grid0, Grid2DSquareCellDouble grid1, java.util.Vector statistics, double distance, double weightIntersect, double weightFactor, Grid2DSquareCellDoubleFactory gridFactory)
          Returns an Grid2DSquareCellDouble[] result with elements based on statistics and values based on bivariate comparison of grid0 and grid1, distance, weightIntersect and weightFactor.
 double[] Grid2DSquareCellProcessorGWS.regionUnivariateStatistics(Grid2DSquareCellDouble grid, int rowIndex, int colIndex, java.lang.String statistic, double distance, double weightIntersect, double weightFactor)
          TODO
 java.util.Vector Grid2DSquareCellProcessorGWS.regionUnivariateStatistics(Grid2DSquareCellDouble grid, java.util.Vector statistics, double distance, double weightIntersect, double weightFactor, Grid2DSquareCellDoubleFactory gridFactory)
          Returns a Vector containing Grid2DSquareCellDoubles.
 java.util.Vector Grid2DSquareCellProcessorGWS.regionUnivariateStatisticsCrossScale(Grid2DSquareCellDouble grid, java.util.Vector statistics, double distance, double weightIntersept, double weightFactor, double scaleIntersept, double scaleFactor, Grid2DSquareCellDoubleFactory gridFactory)
          TODO
 java.util.Vector Grid2DSquareCellProcessorGWS.regionUnivariateStatisticsSlow(Grid2DSquareCellDouble grid, java.util.Vector statistics, double distance, double weightIntersect, double weightFactor, Grid2DSquareCellDoubleFactory gridFactory)
          Returns a Vector containing Grid2DSquareCellDoubles
 void Grid2DSquareCellProcessor.setValueALittleBitLarger(Grid2DSquareCellDouble grid, java.util.HashSet _CellIDs, boolean _HandleOutOfMemoryError)
          Modifies grid so value of cells with CellIDs in _CellIDs are set to a value a little bit larger.
 void Grid2DSquareCellProcessor.setValueALittleBitSmaller(Grid2DSquareCellDouble grid, java.util.HashSet _CellIDs, boolean _HandleOutOfMemoryError)
          Modifies grid so value of cells with CellIDs in _CellIDs are set to a value a little bit smaller.