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 GpxTimezone |
GpxTimezone.ZERO
The timezone 0.
|
Modifier and Type | Method and Description |
---|---|
static GpxTimezone |
GpxTimezone.parseTimezone(java.lang.String timezone)
Parses timezone.
|
Modifier and Type | Method and Description |
---|---|
Pair<GpxTimezone,GpxTimeOffset> |
GpxTimeOffset.splitOutTimezone()
Split out timezone and offset.
|
Modifier and Type | Field and Description |
---|---|
private GpxTimezone |
CorrelateGpxWithImages.timezone |
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.
|