Uses of Class
org.openstreetmap.josm.data.gpx.GpxImageEntry
-
Packages that use GpxImageEntry 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.org.openstreetmap.josm.io.session Provides the classes for user sessions import/export. -
-
Uses of GpxImageEntry in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as GpxImageEntry Modifier and Type Field Description private GpxImageEntryGpxImageEntry. tmpWhen the correlation dialog is open, we like to show the image position for the current time offset on the map in real time.Methods in org.openstreetmap.josm.data.gpx that return GpxImageEntry Modifier and Type Method Description GpxImageEntryGpxImageEntry. createTmp()Make a fresh copy and save it in the temporary variable.GpxImageEntryGpxImageEntry. getTmp()Get temporary variable that is used for real time parameter adjustments.Methods in org.openstreetmap.josm.data.gpx with parameters of type GpxImageEntry Modifier and Type Method Description intGpxImageEntry. compareTo(GpxImageEntry image)Method parameters in org.openstreetmap.josm.data.gpx with type arguments of type GpxImageEntry 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 timestatic intGpxImageCorrelation. matchGpxTrack(java.util.List<? extends GpxImageEntry> images, GpxData selectedGpx, GpxImageCorrelationSettings settings)Match a list of photos to a gpx track with given settings.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 GpxImageEntry Constructor Description GpxImageEntry(GpxImageEntry other)Constructs a newGpxImageEntryfrom an existing instance. -
Uses of GpxImageEntry in org.openstreetmap.josm.gui.layer.geoimage
Subclasses of GpxImageEntry in org.openstreetmap.josm.gui.layer.geoimage Modifier and Type Class Description classImageEntryStores info about each image, with an optional thumbnail(package private) classWikimediaCommonsEntryA geocoded image from Wikimedia Commons -
Uses of GpxImageEntry in org.openstreetmap.josm.io.session
Methods in org.openstreetmap.josm.io.session with parameters of type GpxImageEntry Modifier and Type Method Description private static voidGeoImageSessionImporter. handleElement(GpxImageEntry entry, org.w3c.dom.Element attrElem)
-