Uses of Class
org.openstreetmap.josm.data.gpx.TimeSource
-
Packages that use TimeSource 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 TimeSource in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as TimeSource Modifier and Type Field Description private TimeSourceGpxImageCorrelationSettings. imgTimeSourceMethods in org.openstreetmap.josm.data.gpx that return TimeSource Modifier and Type Method Description TimeSourceGpxImageCorrelationSettings. getImgTimeSource()Return the selected image clock source, which is camera internal time, or GPS timestatic TimeSourceTimeSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeSource[]TimeSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.gpx with parameters of type TimeSource Modifier and Type Method Description private static intGpxImageCorrelation. getLastIndexOfListBefore(java.util.List<? extends GpxImageEntry> images, long searchedTime, TimeSource imgTimeSource)Finds the last image in the sorted image list which is before the given timejava.time.InstantGpxImageEntry. getTimeSourceInstant(TimeSource timeSource)Return the time value selected with the parameter.private static intGpxImageCorrelation. matchPoints(java.util.List<? extends GpxImageEntry> images, WayPoint prevWp, long prevWpTime, WayPoint curWp, long curWpTime, TimeSource imgTimeSource, long offset, boolean interpolate, int tagTime, WayPoint nextWp, GpxImageDirectionPositionSettings dirpos, GpxImageDatumSettings datumSettings)Constructors in org.openstreetmap.josm.data.gpx with parameters of type TimeSource Constructor Description GpxImageCorrelationSettings(long offset, boolean forceTags, TimeSource imgTimeSource, GpxImageDirectionPositionSettings directionPositionSettings)Constructs a newGpxImageCorrelationSettings.GpxImageCorrelationSettings(long offset, boolean forceTags, TimeSource imgTimeSource, GpxImageDirectionPositionSettings directionPositionSettings, GpxImageDatumSettings datumSettings)Constructs a newGpxImageCorrelationSettings. -
Uses of TimeSource in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as TimeSource Modifier and Type Field Description private static TimeSourceCorrelateGpxWithImages. imgTimeSourceMethods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type TimeSource Modifier and Type Method Description java.time.InstantImageMetadata. getTimeSourceInstant(TimeSource timeSource)Return the time value selected with the parameter.java.time.InstantRemoteEntry. getTimeSourceInstant(TimeSource timeSource)
-