Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Field and Description |
---|---|
private ImageEntry |
ImageViewerDialog.currentEntry |
(package private) ImageEntry |
ImageEntry.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 | Field and Description |
---|---|
private java.util.Collection<ImageEntry> |
ThumbsLoader.data |
(package private) java.util.List<ImageEntry> |
GeoImageLayer.data |
Modifier and Type | Method and Description |
---|---|
ImageEntry |
ImageEntry.clone() |
static ImageEntry |
ImageViewerDialog.getCurrentImage()
Returns the currently displayed image.
|
ImageEntry |
GeoImageLayer.getPhotoUnderMouse(java.awt.event.MouseEvent evt)
Returns the image that matches the position of the mouse event.
|
ImageEntry |
ImageEntry.getTmp()
Get temporary variable that is used for real time parameter
adjustments.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageEntry> |
GeoImageLayer.getImages()
Get list of images in layer.
|
private java.util.List<ImageEntry> |
CorrelateGpxWithImages.getSortedImgList() |
private java.util.List<ImageEntry> |
CorrelateGpxWithImages.getSortedImgList(boolean exif,
boolean tagged)
Returns a list of images that fulfill the given criteria.
|
Modifier and Type | Method and Description |
---|---|
int |
ImageEntry.compareTo(ImageEntry image) |
void |
ImageViewerDialog.displayImage(GeoImageLayer layer,
ImageEntry entry) |
private java.awt.image.BufferedImage |
ThumbsLoader.loadThumb(ImageEntry entry) |
static void |
ImageViewerDialog.showImage(GeoImageLayer layer,
ImageEntry entry) |
Modifier and Type | Method and Description |
---|---|
(package private) static Pair<CorrelateGpxWithImages.Timezone,CorrelateGpxWithImages.Offset> |
CorrelateGpxWithImages.autoGuess(java.util.List<ImageEntry> imgs,
GpxData gpx)
Tries to auto-guess the timezone and offset.
|
private static int |
CorrelateGpxWithImages.getLastIndexOfListBefore(java.util.List<ImageEntry> images,
long searchedTime) |
(package private) static int |
CorrelateGpxWithImages.matchGpxTrack(java.util.List<ImageEntry> images,
GpxData selectedGpx,
long offset)
Match a list of photos to a gpx track with a given offset.
|
(package private) static int |
CorrelateGpxWithImages.matchPoints(java.util.List<ImageEntry> images,
WayPoint prevWp,
long prevWpTime,
WayPoint curWp,
long curWpTime,
long offset) |
Constructor and Description |
---|
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer)
Constructs a new
GeoImageLayer . |
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer,
boolean useThumbs)
Constructs a new
GeoImageLayer . |
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer,
java.lang.String name)
Constructs a new
GeoImageLayer . |
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer,
java.lang.String name,
boolean useThumbs)
Constructs a new
GeoImageLayer . |
ThumbsLoader(java.util.Collection<ImageEntry> entries)
Constructs a new thumbnail loader that operates on the image entries
|
ThumbsLoader(java.util.Collection<ImageEntry> data,
GeoImageLayer layer) |