Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
org.openstreetmap.josm.actions.search |
Provides the classes for JOSM
search action . |
org.openstreetmap.josm.actions.upload |
Provides the classes for JOSM
upload action . |
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.coor |
Provides the classes for geographic
coordinates
(east/north and lat/lon systems). |
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.data.oauth |
Provides the classes for OAuth authentication to OSM.
|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
org.openstreetmap.josm.data.osm.visitor |
Provides the classes for performing actions on OSM primitives using Visitor design pattern.
|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.data.osm.visitor.paint.relations |
Provides the classes for painting and caching
Multipolygon relations. |
org.openstreetmap.josm.data.preferences |
Provides the classes for storing JOSM user preferences.
|
org.openstreetmap.josm.data.projection |
Provides the classes for JOSM map projection.
|
org.openstreetmap.josm.data.projection.proj |
Provides the classes for JOSM map projections implementations.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
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.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
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.layer.gpx |
Provides classes for handling GPX layers.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
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. |
org.openstreetmap.josm.gui.mappaint.styleelement |
Style elements defining how a map paint style is rendered.
|
org.openstreetmap.josm.gui.oauth |
Provides GUI classes for handling OAuth authentication to OSM API.
|
org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.io.imagery |
Provides the classes for imagery I/O.
|
org.openstreetmap.josm.io.remotecontrol.handler |
Provides the classes for remote control handlers (features exposed to the browser).
|
org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences
This class holds all preferences for JOSM.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
UndoRedoHandler
This is the global undo/redo handler for all
OsmDataLayer s. |
ViewportData
Data class to keep viewport information.
|
Class and Description |
---|
APIDataSet
Represents a collection of
OsmPrimitive s which should be uploaded to the API. |
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
ViewportData
Data class to keep viewport information.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
APIDataSet
Represents a collection of
OsmPrimitive s which should be uploaded to the API. |
Class and Description |
---|
AutosaveTask.AutosaveLayerInfo |
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Bounds.ParseMethod |
DataSource
A data source, defined by bounds and textual description for the origin.
|
Preferences
This class holds all preferences for JOSM.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
SystemOfMeasurement
A system of units used to express length and area measurements.
|
SystemOfMeasurement.SoMChangeListener
Interface to notify listeners of the change of the system of measurement.
|
Version
Provides basic information about the currently used JOSM build.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Data
Generic data, holding data downloaded from various data sources.
|
DataSource
A data source, defined by bounds and textual description for the origin.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.pref
Annotation used for converting objects to String Maps and vice versa.
|
Class and Description |
---|
Preferences
This class holds all preferences for JOSM.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Data
Generic data, holding data downloaded from various data sources.
|
DataSource
A data source, defined by bounds and textual description for the origin.
|
Preferences.pref
Annotation used for converting objects to String Maps and vice versa.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Preferences.writeExplicitly
Annotation used for converting objects to String Maps.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Class and Description |
---|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Preferences
This class holds all preferences for JOSM.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
SystemOfMeasurement.SoMChangeListener
Interface to notify listeners of the change of the system of measurement.
|
ViewportData
Data class to keep viewport information.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
APIDataSet
Represents a collection of
OsmPrimitive s which should be uploaded to the API. |
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Class and Description |
---|
SystemOfMeasurement.SoMChangeListener
Interface to notify listeners of the change of the system of measurement.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Class and Description |
---|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Class and Description |
---|
Preferences.PreferenceChangedListener
Listener to preference change events.
|
Preferences.PreferenceChangeEvent
Event triggered when a preference entry value changes.
|
Class and Description |
---|
Preferences
This class holds all preferences for JOSM.
|
Class and Description |
---|
Preferences
This class holds all preferences for JOSM.
|
Class and Description |
---|
Preferences
This class holds all preferences for JOSM.
|
Class and Description |
---|
SelectionChangedListener
This is a listener for selection changes through the dataset's data.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Class and Description |
---|
ViewportData
Data class to keep viewport information.
|
Class and Description |
---|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Preferences.pref
Annotation used for converting objects to String Maps and vice versa.
|
Preferences.writeExplicitly
Annotation used for converting objects to String Maps.
|