Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.io.session |
Modifier and Type | Field and Description |
---|---|
private GeoImageLayer |
ImageViewerDialog.currentLayer |
private GeoImageLayer |
ThumbsLoader.layer |
private GeoImageLayer |
GeoImageLayer.Loader.layer |
private GeoImageLayer |
ShowThumbnailAction.layer |
private GeoImageLayer |
CorrelateGpxWithImages.yLayer |
Modifier and Type | Method and Description |
---|---|
static GeoImageLayer |
ImageViewerDialog.getCurrentLayer()
Returns the layer associated with the image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageViewerDialog.displayImage(GeoImageLayer layer,
ImageEntry entry) |
private static boolean |
ShowThumbnailAction.enabled(GeoImageLayer layer)
Check if there is any suitable image to be toggled.
|
static void |
ImageViewerDialog.showImage(GeoImageLayer layer,
ImageEntry entry) |
Constructor and Description |
---|
CorrelateGpxWithImages(GeoImageLayer layer)
Constructs a new
CorrelateGpxWithImages action. |
ShowThumbnailAction(GeoImageLayer layer)
Constructs a new
ToggleGeoImageThumbAction action. |
ThumbsLoader(Collection<ImageEntry> data,
GeoImageLayer layer) |
ThumbsLoader(GeoImageLayer layer)
Constructs a new thumbnail loader that operates on a geoimage layer.
|
Modifier and Type | Field and Description |
---|---|
private GeoImageLayer |
GeoImageSessionExporter.layer |
Constructor and Description |
---|
GeoImageSessionExporter(GeoImageLayer layer) |