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.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.search |
Provides classes allowing to search OSM primitives in a dataset using textual queries.
|
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.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.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
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.actions |
Provides the classes for relation editor actions.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
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.imagery |
Provides classes for handling imagery background 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.preferences.advanced |
Provides classes for handling advanced preferences.
|
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.
|
UndoRedoHandler
This is the global undo/redo handler for all
DataSet s. |
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.
|
UndoRedoHandler.CommandQueueListener
A simple listener that gets notified of command queue (undo/redo) size 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 |
---|
UndoRedoHandler.CommandQueueListener
A simple listener that gets notified of command queue (undo/redo) size changes.
|
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 |
---|
APIDataSet.APIOperation
The type of operation we can perform with OSM API on a primitive.
|
Bounds
This is a simple data class for "rectangular" areas of the world, given in
lat/lon min/max values.
|
Bounds.ParseMethod
The method used by the
Bounds.Bounds(String, String, ParseMethod) constructor |
DataSource
A data source, defined by bounds and textual description for the origin.
|
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.
|
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.
|
UndoRedoHandler
This is the global undo/redo handler for all
DataSet s. |
UndoRedoHandler.CommandAddedEvent
Event fired after a command has been added to the command queue.
|
UndoRedoHandler.CommandQueueCleanedEvent
Event fired after the command queue has been cleaned.
|
UndoRedoHandler.CommandQueueEvent |
UndoRedoHandler.CommandQueueListener
A simple listener that gets notified of command queue (undo/redo) size changes.
|
UndoRedoHandler.CommandQueuePreciseListener
A listener that gets notified of command queue (undo/redo) operations individually.
|
UndoRedoHandler.CommandRedoneEvent
Event fired after a command has been redone.
|
UndoRedoHandler.CommandUndoneEvent
Event fired after a command has been undone.
|
UserIdentityManager
UserIdentityManager is a global object which keeps track of what JOSM knows about
the identity of the current user.
|
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.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
StructUtils.StructEntry
Annotation used for converting objects to String Maps and vice versa.
|
StructUtils.WriteExplicitly
Annotation used for converting objects to String Maps.
|
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.
|
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.
|
StructUtils.StructEntry
Annotation used for converting objects to String Maps and vice versa.
|
StructUtils.WriteExplicitly
Annotation used for converting objects to String Maps.
|
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.
|
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.
|
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.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
SystemOfMeasurement.SoMChangeListener
Interface to notify listeners of the change of the system of measurement.
|
UndoRedoHandler
This is the global undo/redo handler for all
DataSet s. |
UndoRedoHandler.CommandQueueListener
A simple listener that gets notified of command queue (undo/redo) size changes.
|
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 |
---|
StructUtils.StructEntry
Annotation used for converting objects to String Maps and vice versa.
|
Class and Description |
---|
UndoRedoHandler.CommandAddedEvent
Event fired after a command has been added to the command queue.
|
UndoRedoHandler.CommandQueueCleanedEvent
Event fired after the command queue has been cleaned.
|
UndoRedoHandler.CommandQueuePreciseListener
A listener that gets notified of command queue (undo/redo) operations individually.
|
UndoRedoHandler.CommandRedoneEvent
Event fired after a command has been redone.
|
UndoRedoHandler.CommandUndoneEvent
Event fired after a command has been undone.
|
Class and Description |
---|
UndoRedoHandler.CommandQueueListener
A simple listener that gets notified of command queue (undo/redo) size changes.
|
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 |
---|
StructUtils.StructEntry
Annotation used for converting objects to String Maps and vice versa.
|
Class and Description |
---|
APIDataSet
Represents a collection of
OsmPrimitive s which should be uploaded to the API. |
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.
|
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.
|
SystemOfMeasurement.SoMChangeListener
Interface to notify listeners of the change of the system of measurement.
|
Class and Description |
---|
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.
|
ProjectionBounds
This is a simple data class for "rectangular" areas of the world, given in
east/north min/max values.
|
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.
|
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.
|
StructUtils.StructEntry
Annotation used for converting objects to String Maps and vice versa.
|
StructUtils.WriteExplicitly
Annotation used for converting objects to String Maps.
|