Uses of Class
uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler

Packages that use ErrorHandler
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 ErrorHandler in uk.ac.leeds.ccg.andyt.grids.core
 

Subclasses of ErrorHandler in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellAbstract
          Grid2DSquareCellAbstract provides inner classes for CellID and ChunkID referencing and general geometry methods for extended classes.
 class Grid2DSquareCellDouble
          A class for representing grids of double precision values.
 class Grid2DSquareCellInt
          A class to represent and manipulate int precision Grid2DSquareCellAbstract instances.
 class GridStatistics0
          Intended for use in grids that keep all fields (statistics) up to date as underlying data is changed.
 class GridStatistics1
          Used by Grid2DSquareCellAbstract instances to access statistics.
 class GridStatisticsAbstract
          TODO: docs
 

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

Subclasses of ErrorHandler in uk.ac.leeds.ccg.andyt.grids.examples
 class ExporterRuns
          TODO: docs
 class GenerateTestData
          TODO: docs
 class Run
          TODO: docs
 class UtilitiesRuns
          TODO: docs
 

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

Subclasses of ErrorHandler in uk.ac.leeds.ccg.andyt.grids.exchange
 class ESRIAsciiGridExporter
          Class for exporting ESRI Asciigrid.
 class ESRIAsciiGridImporter
          Class for importing ESRI Asciigrid.
 class ImageExporter
          Class for exporting to images.
 

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

Subclasses of ErrorHandler in uk.ac.leeds.ccg.andyt.grids.process
 class Grid2DSquareCellProcessor
          A class holding methods for processing an individual Grid2DSquareCellAbstract or multiple Grid2DSquareCellAbstracts.
 class Grid2DSquareCellProcessorDEM
          A class of methods relevant to the processing of Digital Elevation Model Data.
 class Grid2DSquareCellProcessorGWS
          Class of methods for processing and generating geographically weighted Grid2DSquareCellDouble statistics.