| Package | Description |
|---|---|
| org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
GpxData
Objects of this class represent a gpx file with tracks, waypoints and routes.
|
| 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.
|