| Package | Description |
|---|---|
| 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 GeoImageLayer |
GeoImageLayer.Loader.layer |
private GeoImageLayer |
ShowThumbnailAction.layer |
private GeoImageLayer |
ThumbsLoader.layer |
private GeoImageLayer |
CorrelateGpxWithImages.yLayer |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
ShowThumbnailAction.enabled(GeoImageLayer layer)
Check if there is any suitable image to be toggled.
|
| Constructor and Description |
|---|
CorrelateGpxWithImages(GeoImageLayer layer)
Constructs a new
CorrelateGpxWithImages action. |
ShowThumbnailAction(GeoImageLayer layer)
Constructs a new
ToggleGeoImageThumbAction action. |
ThumbsLoader(java.util.Collection<ImageEntry> data,
GeoImageLayer layer) |
ThumbsLoader(GeoImageLayer layer)
Constructs a new thumbnail loader that operates on a geoimage layer.
|
| Constructor and Description |
|---|
GeoImageSessionExporter(GeoImageLayer layer)
Constructs a new
GeoImageSessionExporter. |