Uses of Class
org.openstreetmap.josm.data.gpx.GpxTimeOffset
-
Packages that use GpxTimeOffset Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures. -
-
Uses of GpxTimeOffset in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as GpxTimeOffset Modifier and Type Field Description static GpxTimeOffset
GpxTimeOffset. ZERO
The time offset 0.Methods in org.openstreetmap.josm.data.gpx that return GpxTimeOffset Modifier and Type Method Description static GpxTimeOffset
GpxTimeOffset. milliseconds(long milliseconds)
Constructs a newGpxTimeOffset
from milliseconds.static GpxTimeOffset
GpxTimeOffset. parseOffset(String offset)
Parses time offset.static GpxTimeOffset
GpxTimeOffset. seconds(long seconds)
Constructs a newGpxTimeOffset
from seconds.GpxTimeOffset
GpxTimeOffset. withoutDayOffset()
Returns offset without day difference.Methods in org.openstreetmap.josm.data.gpx that return types with arguments of type GpxTimeOffset Modifier and Type Method Description Pair<GpxTimezone,GpxTimeOffset>
GpxTimeOffset. splitOutTimezone()
Split out timezone and offset. -
Uses of GpxTimeOffset in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as GpxTimeOffset Modifier and Type Field Description private GpxTimeOffset
CorrelateGpxWithImages. delta
Methods in org.openstreetmap.josm.gui.layer.geoimage that return GpxTimeOffset Modifier and Type Method Description (package private) static GpxTimeOffset
CorrelateGpxWithImages. loadDelta()
Methods in org.openstreetmap.josm.gui.layer.geoimage that return types with arguments of type GpxTimeOffset Modifier and Type Method Description (package private) static Pair<GpxTimezone,GpxTimeOffset>
CorrelateGpxWithImages. autoGuess(List<ImageEntry> imgs, GpxData gpx)
Tries to auto-guess the timezone and offset.Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type GpxTimeOffset Modifier and Type Method Description private Component
AdjustTimezoneAndOffsetDialog. buildContent(GpxTimezone a, GpxTimeOffset b, int dayOffset)
Constructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type GpxTimeOffset Constructor Description AdjustTimezoneAndOffsetDialog(Component parent, GpxTimezone tz, GpxTimeOffset offset, int dayOffset)
Constructs a newAdjustTimezoneAndOffsetDialog
-