Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Field and Description |
---|---|
static GpxTimeOffset |
GpxTimeOffset.ZERO
The time offset 0.
|
Modifier and Type | Method and Description |
---|---|
static GpxTimeOffset |
GpxTimeOffset.milliseconds(long milliseconds)
Constructs a new
GpxTimeOffset from milliseconds. |
static GpxTimeOffset |
GpxTimeOffset.parseOffset(java.lang.String offset)
Parses time offset.
|
static GpxTimeOffset |
GpxTimeOffset.seconds(long seconds)
Constructs a new
GpxTimeOffset from seconds. |
GpxTimeOffset |
GpxTimeOffset.withoutDayOffset()
Returns offset without day difference.
|
Modifier and Type | Method and Description |
---|---|
Pair<GpxTimezone,GpxTimeOffset> |
GpxTimeOffset.splitOutTimezone()
Split out timezone and offset.
|
Modifier and Type | Field and Description |
---|---|
private GpxTimeOffset |
CorrelateGpxWithImages.delta |
Modifier and Type | Method and Description |
---|---|
(package private) static Pair<GpxTimezone,GpxTimeOffset> |
CorrelateGpxWithImages.autoGuess(java.util.List<ImageEntry> imgs,
GpxData gpx)
Tries to auto-guess the timezone and offset.
|