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

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

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

Methods in uk.ac.leeds.ccg.andyt.grids.examples with parameters of type ImageExporter
 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 ImageExporter in uk.ac.leeds.ccg.andyt.grids.process
 

Methods in uk.ac.leeds.ccg.andyt.grids.process with parameters of type ImageExporter
 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._OutputImage(AbstractGrid2DSquareCell _Grid2DSquareCell, java.io.File _Output_Directory, ImageExporter _ImageExporter, java.lang.String[] _ImageTypes, boolean handleOutOfMemoryError)