Uses of Class
org.osm2world.console.CLIArgumentsUtil.OutputMode

Packages that use CLIArgumentsUtil.OutputMode
org.osm2world.console command line interface for OSM2World. 
 

Uses of CLIArgumentsUtil.OutputMode in org.osm2world.console
 

Methods in org.osm2world.console that return CLIArgumentsUtil.OutputMode
static CLIArgumentsUtil.OutputMode CLIArgumentsUtil.getOutputMode(File outputFile)
           
static CLIArgumentsUtil.OutputMode CLIArgumentsUtil.OutputMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLIArgumentsUtil.OutputMode[] CLIArgumentsUtil.OutputMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.osm2world.console with parameters of type CLIArgumentsUtil.OutputMode
 void ImageExporter.writeImageFile(File outputFile, CLIArgumentsUtil.OutputMode outputMode, int x, int y, Camera camera, Projection projection)
          renders this ImageExporter's content to a file