Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Field and Description |
---|---|
private CorrelateGpxWithImages.Timezone |
CorrelateGpxWithImages.timezone |
(package private) static CorrelateGpxWithImages.Timezone |
CorrelateGpxWithImages.Timezone.ZERO |
Modifier and Type | Method and Description |
---|---|
(package private) static CorrelateGpxWithImages.Timezone |
CorrelateGpxWithImages.Timezone.parseTimezone(java.lang.String timezone) |
Modifier and Type | Method and Description |
---|---|
(package private) static Pair<CorrelateGpxWithImages.Timezone,CorrelateGpxWithImages.Offset> |
CorrelateGpxWithImages.autoGuess(java.util.List<ImageEntry> imgs,
GpxData gpx)
Tries to auto-guess the timezone and offset.
|
(package private) Pair<CorrelateGpxWithImages.Timezone,CorrelateGpxWithImages.Offset> |
CorrelateGpxWithImages.Offset.splitOutTimezone() |