public final class GpxImageCorrelation extends java.lang.Object
CorrelateGpxWithImages
.Modifier | Constructor and Description |
---|---|
private |
GpxImageCorrelation() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Double |
getElevation(WayPoint wp) |
private static int |
getLastIndexOfListBefore(java.util.List<? extends GpxImageEntry> images,
long searchedTime) |
static int |
matchGpxTrack(java.util.List<? extends GpxImageEntry> images,
GpxData selectedGpx,
long offset,
boolean forceTags)
Match a list of photos to a gpx track with a given offset.
|
private static int |
matchPoints(java.util.List<? extends GpxImageEntry> images,
WayPoint prevWp,
long prevWpTime,
WayPoint curWp,
long curWpTime,
long offset,
boolean interpolate,
int tagTime,
boolean isLast) |
private GpxImageCorrelation()
public static int matchGpxTrack(java.util.List<? extends GpxImageEntry> images, GpxData selectedGpx, long offset, boolean forceTags)
images
- images to matchselectedGpx
- selected GPX dataoffset
- offsetforceTags
- force tagging of all photos, otherwise prefs are usedstatic java.lang.Double getElevation(WayPoint wp)
private static int matchPoints(java.util.List<? extends GpxImageEntry> images, WayPoint prevWp, long prevWpTime, WayPoint curWp, long curWpTime, long offset, boolean interpolate, int tagTime, boolean isLast)
private static int getLastIndexOfListBefore(java.util.List<? extends GpxImageEntry> images, long searchedTime)