Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Field and Description |
---|---|
private CorrelateGpxWithImages.Offset |
CorrelateGpxWithImages.delta |
(package private) static CorrelateGpxWithImages.Offset |
CorrelateGpxWithImages.Offset.ZERO |
Modifier and Type | Method and Description |
---|---|
(package private) static CorrelateGpxWithImages.Offset |
CorrelateGpxWithImages.Offset.milliseconds(long milliseconds) |
(package private) static CorrelateGpxWithImages.Offset |
CorrelateGpxWithImages.Offset.parseOffset(java.lang.String offset) |
(package private) static CorrelateGpxWithImages.Offset |
CorrelateGpxWithImages.Offset.seconds(long seconds) |
(package private) CorrelateGpxWithImages.Offset |
CorrelateGpxWithImages.Offset.withoutDayOffset() |
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() |