| Package | Description |
|---|---|
| org.openstreetmap.josm.command |
Provides the classes for JOSM commands allowing to modify an OSM data set.
|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
| org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
| 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 | Field and Description |
|---|---|
protected Storage<PrimitiveData> |
PurgeCommand.makeIncompleteData |
| Modifier and Type | Field and Description |
|---|---|
private Storage<OsmPrimitive> |
DataSet.allPrimitives |
private Storage<Note> |
NoteData.noteList |
| Modifier and Type | Field and Description |
|---|---|
private Storage<java.lang.Object> |
DuplicateNode.potentialDuplicates
The map of potential duplicates.
|
| Modifier and Type | Field and Description |
|---|---|
private Storage<Changeset> |
ChangesetListModel.shownChangesets |
| Modifier and Type | Field and Description |
|---|---|
private static Storage<StyleCache> |
StyleCache.internPool |