Uses of Class
org.openstreetmap.josm.data.gpx.GpxImageDatumSettings
-
Packages that use GpxImageDatumSettings 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 GpxImageDatumSettings in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as GpxImageDatumSettings Modifier and Type Field Description private GpxImageDatumSettingsGpxImageCorrelationSettings. datumSettingsMethods in org.openstreetmap.josm.data.gpx that return GpxImageDatumSettings Modifier and Type Method Description GpxImageDatumSettingsGpxImageCorrelationSettings. getDatumSettings()Returns the EXIF metadata datum settings.Methods in org.openstreetmap.josm.data.gpx with parameters of type GpxImageDatumSettings Modifier and Type Method Description 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 GpxImageDatumSettings Constructor Description GpxImageCorrelationSettings(long offset, boolean forceTags, TimeSource imgTimeSource, GpxImageDirectionPositionSettings directionPositionSettings, GpxImageDatumSettings datumSettings)Constructs a newGpxImageCorrelationSettings. -
Uses of GpxImageDatumSettings in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage that return GpxImageDatumSettings Modifier and Type Method Description GpxImageDatumSettingsCorrelateGpxWithImages. getSettings()
-