org.osm2world.console
Class ImageExport

Object
  extended by ImageExport

public final class ImageExport
extends Object


Method Summary
static void writeImageFile(Configuration config, File outputFile, int x, int y, ConversionFacade.Results results, Camera camera, Projection projection)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeImageFile

public static void writeImageFile(Configuration config,
                                  File outputFile,
                                  int x,
                                  int y,
                                  ConversionFacade.Results results,
                                  Camera camera,
                                  Projection projection)
                           throws IOException
Parameters:
outputFile -
x - horizontal resolution
y - vertical resolution
results -
camera -
projection -
Throws:
IOException