Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
GpxImageEntry |
GpxImageEntry.getTmp()
Get temporary variable that is used for real time parameter
adjustments.
|
Modifier and Type | Method and Description |
---|---|
int |
GpxImageEntry.compareTo(GpxImageEntry image) |
Modifier and Type | Method and 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,
long offset,
boolean forceTags)
Match a list of photos to a gpx track with a given offset.
|
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,
boolean isLast) |
Constructor and Description |
---|
GpxImageEntry(GpxImageEntry other)
Constructs a new
GpxImageEntry from an existing instance. |
Modifier and Type | Class and Description |
---|---|
class |
ImageEntry
Stores info about each image, with an optional thumbnail
|
Modifier and Type | Method and Description |
---|---|
private static void |
GeoImageSessionImporter.handleElement(GpxImageEntry entry,
org.w3c.dom.Element attrElem) |