Uses of Class
uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridExporter

Packages that use ESRIAsciiGridExporter
uk.ac.leeds.ccg.andyt.grids.examples   
uk.ac.leeds.ccg.andyt.grids.process   
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.examples with parameters of type ESRIAsciiGridExporter
 void GenerateRoofData._ResizeRescaleOutput(Grid2DSquareCellDouble _ResizedGrid2DSquareCellDouble, Grid2DSquareCellDouble _Grid2DSquareCellDouble, java.io.File _Output_Directory, ImageExporter _ImageExporter, java.lang.String[] _ImageTypes, ESRIAsciiGridExporter _ESRIAsciiGridExporter, boolean _HandleOutOfMemoryError)
          This method resizes the grid and rescales the values to between 1 and 10.
 

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

Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type ESRIAsciiGridExporter
 void Grid2DSquareCellProcessor._Output(AbstractGrid2DSquareCell _Grid2DSquareCell, java.io.File _Output_Directory, ImageExporter _ImageExporter, java.lang.String[] _ImageTypes, ESRIAsciiGridExporter _ESRIAsciiGridExporter, boolean handleOutOfMemoryError)
           For outputting _Grid2DSquareCell to various formats of file.
 void Grid2DSquareCellProcessor._OutputESRIAsciiGrid(AbstractGrid2DSquareCell _Grid2DSquareCell, java.io.File _Output_Directory, ESRIAsciiGridExporter _ESRIAsciiGridExporter, boolean handleOutOfMemoryError)