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 GpxImageEntry
GpxImageEntry. tmp
When 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 GpxImageEntry
GpxImageEntry. createTmp()
Make a fresh copy and save it in the temporary variable.GpxImageEntry
GpxImageEntry. 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 int
GpxImageEntry. compareTo(GpxImageEntry image)
Method parameters in org.openstreetmap.josm.data.gpx with type arguments of type GpxImageEntry Modifier and Type Method Description private static int
GpxImageCorrelation. getLastIndexOfListBefore(java.util.List<? extends GpxImageEntry> images, long searchedTime)
static int
GpxImageCorrelation. 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 int
GpxImageCorrelation. matchPoints(java.util.List<? extends GpxImageEntry> images, WayPoint prevWp, long prevWpTime, WayPoint curWp, long curWpTime, long offset, boolean interpolate, int tagTime, WayPoint nextWp, GpxImageDirectionPositionSettings dirpos)
Constructors in org.openstreetmap.josm.data.gpx with parameters of type GpxImageEntry Constructor Description GpxImageEntry(GpxImageEntry other)
Constructs a newGpxImageEntry
from 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 class
ImageEntry
Stores info about each image, with an optional thumbnail(package private) class
WikimediaCommonsEntry
A 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 void
GeoImageSessionImporter. handleElement(GpxImageEntry entry, org.w3c.dom.Element attrElem)
-