Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.relation | |
org.openstreetmap.josm.data | |
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.data.validation | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.io | |
org.openstreetmap.josm.io.session |
Modifier and Type | Class and Description |
---|---|
protected class |
JosmAction.LayerChangeAdapter
Adapter for layer change events
|
class |
ZoomToAction |
Modifier and Type | Class and Description |
---|---|
class |
RecentRelationsAction
Action for accessing recent relations.
|
Modifier and Type | Class and Description |
---|---|
class |
AutosaveTask
Saves data layers periodically so they can be recovered in case of a crash.
|
class |
UndoRedoHandler |
Modifier and Type | Class and Description |
---|---|
class |
HistoryDataSet
A data set holding histories of OSM primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipolygonCache
A memory cache for
Multipolygon objects. |
Modifier and Type | Class and Description |
---|---|
class |
OsmValidator
A OSM data validator.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageryMenu
Imagery menu, holding entries for imagery preferences, offset actions and dynamic imagery entries
depending on current maview coordinates.
|
(package private) static class |
MainMenu.PresetsMenuEnabler |
class |
MapFrame
One Map frame with one dataset behind.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.CopyOnWriteArrayList<MapView.LayerChangeListener> |
MapView.layerChangeListeners
the layer listeners
|
Modifier and Type | Method and Description |
---|---|
static void |
MapView.addLayerChangeListener(MapView.LayerChangeListener listener)
Adds a layer change listener
|
static void |
MapView.addLayerChangeListener(MapView.LayerChangeListener listener,
boolean initialFire)
Adds a layer change listener
|
static void |
MapView.removeLayerChangeListener(MapView.LayerChangeListener listener)
Removes a layer change listener
|
Modifier and Type | Class and Description |
---|---|
class |
LayerListDialog.ActivateLayerAction
The action to activate the currently selected layer
|
static class |
LayerListDialog.LayerListModel
The layer list model.
|
class |
NotesDialog
Dialog to display and manipulate notes.
|
(package private) static class |
RelationListDialog.NewAction
The action for creating a new relation
|
class |
UserListDialog
Displays a dialog with all users who have last edited something in the
selection area, along with the number of objects.
|
class |
ValidatorDialog
A small tool dialog for displaying the current errors.
|
Modifier and Type | Class and Description |
---|---|
private class |
MemberTable.ZoomToGapAction |
class |
RelationDialogManager
RelationDialogManager keeps track of the open relation editors.
|
class |
SelectionTableModel |
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserDialogManager
Manager allowing to show/hide history dialogs.
|
class |
HistoryBrowserModel
This is the model used by the history browser.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatorLayer
A layer showing error messages.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageViewerDialog |
Modifier and Type | Class and Description |
---|---|
class |
TaggingPreset
This class read encapsulate one tagging preset.
|
class |
TaggingPresetMenu |
class |
TaggingPresetSeparator
Class used to represent a
JSeparator inside tagging preset menu. |
Modifier and Type | Class and Description |
---|---|
class |
AllFormatsImporter
Dummy importer that adds the "All Formats"-Filter when opening files
|
class |
FileExporter |
class |
FileImporter
Abstract file importer.
|
class |
GeoJSONExporter |
static class |
GeoJSONExporter.CurrentProjection
A GeoJSON exporter which obtains the current map projection when exporting (
GeoJSONExporter.exportData(File, Layer) ). |
class |
GpxExporter
Exports data to a .gpx file.
|
class |
GpxImporter
File importer allowing to import GPX files (*.gpx/gpx.gz files).
|
class |
JpgImporter
File importer allowing to import geottaged images (*.jpg files).
|
class |
NMEAImporter
File importer allowing to import NMEA-0183 files (*.nmea/nme/nma/log/txt files).
|
class |
NoteExporter
Exporter to write note data to an XML file
|
class |
NoteImporter
File importer that reads note dump files (*.osn, .osn.gz and .osn.bz2)
|
class |
OsmBzip2Exporter
OSM data exporter that compresses it in Bzip2 format.
|
class |
OsmChangeImporter |
class |
OsmExporter
Exports data to an .osm file.
|
class |
OsmGzipExporter
OSM data exporter that compresses it in GZip format.
|
class |
OsmImporter |
class |
WMSLayerExporter
Export a WMS layer to a serialized binary file that can be imported later via
WMSLayerImporter . |
class |
WMSLayerImporter
Import a WMS layer from a serialized binary file previously exported via
WMSLayerExporter . |
Modifier and Type | Class and Description |
---|---|
class |
SessionImporter
File importer allowing to import session files (*.jos/joz files).
|