Uses of Class
org.openstreetmap.josm.data.gpx.GpxImageDirectionPositionSettings
-
Packages that use GpxImageDirectionPositionSettings 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 GpxImageDirectionPositionSettings in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as GpxImageDirectionPositionSettings Modifier and Type Field Description private GpxImageDirectionPositionSettingsGpxImageCorrelationSettings. directionPositionSettingsMethods in org.openstreetmap.josm.data.gpx that return GpxImageDirectionPositionSettings Modifier and Type Method Description GpxImageDirectionPositionSettingsGpxImageCorrelationSettings. getDirectionPositionSettings()Returns the direction/position settings.Methods in org.openstreetmap.josm.data.gpx with parameters of type GpxImageDirectionPositionSettings 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 GpxImageDirectionPositionSettings 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 GpxImageDirectionPositionSettings in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage that return GpxImageDirectionPositionSettings Modifier and Type Method Description GpxImageDirectionPositionSettingsImageDirectionPositionPanel. getSettings()Returns the settings set by user.
-