Package | Description |
---|---|
org.openstreetmap.josm.data.projection |
Provides the classes for JOSM map projection.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
Modifier and Type | Class and Description |
---|---|
class |
ProjectionCLI
Command line interface for projecting coordinates.
|
Modifier and Type | Field and Description |
---|---|
static CLIModule |
MainApplication.JOSM_CLI_MODULE
Default JOSM command line interface.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<CLIModule> |
MainApplication.cliModules |
Modifier and Type | Method and Description |
---|---|
static void |
MainApplication.registerCLIModule(CLIModule module)
Register a command line interface module.
|
Modifier and Type | Class and Description |
---|---|
class |
RenderingCLI
Command line interface for rendering osm data to an image file.
|