| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| 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.preferences.advanced |
Provides classes for handling advanced preferences.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OsmData<O extends IPrimitive,N extends INode,W extends IWay<N>,R extends IRelation<?>>
Abstraction of
DataSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSet
DataSet is the data behind the application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModifiableLayer
A modifiable layer.
|
class |
AbstractOsmDataLayer
Abstraction of
OsmDataLayer. |
class |
GpxLayer
A layer that displays data from a Gpx file / the OSM gpx downloads.
|
class |
NoteLayer
A layer to hold Note objects.
|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoImageLayer
Layer displaying geottaged pictures.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AdvancedPreference.UnclearableOsmDataLayer |