Package | Description |
---|---|
org.osm2world.console |
command line interface for OSM2World.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageExporter.writeImageFile(File outputFile,
CLIArgumentsUtil.OutputMode outputMode,
int x,
int y,
Camera camera,
Projection projection)
renders this ImageExporter's content to a file
|