Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Field and Description |
---|---|
private CachedLatLon |
ImageEntry.pos
The following values are computed from the correlation with the gpx track
or extracted from the image EXIF data.
|
Modifier and Type | Method and Description |
---|---|
CachedLatLon |
ImageEntry.getPos()
getter methods that refer to the temporary value
|
Modifier and Type | Method and Description |
---|---|
void |
ImageEntry.setPos(CachedLatLon pos)
setter methods
|
Modifier and Type | Field and Description |
---|---|
private CachedLatLon |
Marker.coor |