Uses of Class
org.openstreetmap.josm.data.gpx.GpxImageCorrelationSettings
-
Packages that use GpxImageCorrelationSettings Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes). -
-
Uses of GpxImageCorrelationSettings in org.openstreetmap.josm.data.gpx
Methods in org.openstreetmap.josm.data.gpx with parameters of type GpxImageCorrelationSettings Modifier and Type Method Description static int
GpxImageCorrelation. matchGpxTrack(List<? extends GpxImageEntry> images, GpxData selectedGpx, GpxImageCorrelationSettings settings)
Match a list of photos to a gpx track with given settings.
-