Uses of Interface
org.openstreetmap.josm.cli.CLIModule
-
Packages that use CLIModule Package Description org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.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. -
-
Uses of CLIModule in org.openstreetmap.josm.data.projection
Classes in org.openstreetmap.josm.data.projection that implement CLIModule Modifier and Type Class Description class
ProjectionCLI
Command line interface for projecting coordinates. -
Uses of CLIModule in org.openstreetmap.josm.data.validation
Classes in org.openstreetmap.josm.data.validation that implement CLIModule Modifier and Type Class Description class
ValidatorCLI
Add a validate command to the JOSM command line interface. -
Uses of CLIModule in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as CLIModule Modifier and Type Field Description static CLIModule
MainApplication. JOSM_CLI_MODULE
Default JOSM command line interface.Fields in org.openstreetmap.josm.gui with type parameters of type CLIModule Modifier and Type Field Description private static java.util.List<CLIModule>
MainApplication. cliModules
Methods in org.openstreetmap.josm.gui with parameters of type CLIModule Modifier and Type Method Description static void
MainApplication. registerCLIModule(CLIModule module)
Register a command line interface module. -
Uses of CLIModule in org.openstreetmap.josm.gui.mappaint
Classes in org.openstreetmap.josm.gui.mappaint that implement CLIModule Modifier and Type Class Description class
RenderingCLI
Command line interface for rendering osm data to an image file.
-