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