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 GpxTimeOffsetGpxTimeOffset. ZEROThe time offset 0.Methods in org.openstreetmap.josm.data.gpx that return GpxTimeOffset Modifier and Type Method Description static GpxTimeOffsetGpxTimeOffset. milliseconds(long milliseconds)Constructs a newGpxTimeOffsetfrom milliseconds.static GpxTimeOffsetGpxTimeOffset. parseOffset(java.lang.String offset)Parses time offset.static GpxTimeOffsetGpxTimeOffset. seconds(long seconds)Constructs a newGpxTimeOffsetfrom seconds.GpxTimeOffsetGpxTimeOffset. 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 GpxTimeOffsetCorrelateGpxWithImages. deltaMethods in org.openstreetmap.josm.gui.layer.geoimage that return GpxTimeOffset Modifier and Type Method Description (package private) static GpxTimeOffsetCorrelateGpxWithImages. 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(java.util.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 java.awt.ComponentAdjustTimezoneAndOffsetDialog. buildContent(GpxTimezone a, GpxTimeOffset b, int dayOffset)Constructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type GpxTimeOffset Constructor Description AdjustTimezoneAndOffsetDialog(java.awt.Component parent, GpxTimezone tz, GpxTimeOffset offset, int dayOffset)Constructs a newAdjustTimezoneAndOffsetDialog
-