| Package | Description |
|---|---|
| org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
| org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
| Modifier and Type | Field and Description |
|---|---|
private CachedLatLon |
GpxImageEntry.pos
The following values are computed from the correlation with the gpx track
or extracted from the image EXIF data.
|
| Modifier and Type | Method and Description |
|---|---|
CachedLatLon |
GpxImageEntry.getPos()
Returns the position value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpxImageEntry.setPos(CachedLatLon pos)
Sets the position.
|
| Modifier and Type | Field and Description |
|---|---|
private CachedLatLon |
Marker.coor |