Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside |
The main package in which all core-code (so at the moment all code) resides.
|
org.openstreetmap.josm.plugins.streetside.actions |
The main package in which all core-code (so at the moment all code) resides.
|
org.openstreetmap.josm.plugins.streetside.io.download |
Classes for downloading images, sequences and image metadata like traffic signs from mapillary.com .
|
org.openstreetmap.josm.plugins.streetside.utils.api |
Modifier and Type | Field and Description |
---|---|
private StreetsideData |
StreetsideLayer.data
StreetsideData object that stores the database. |
Modifier and Type | Method and Description |
---|---|
StreetsideData |
StreetsideLayer.getData()
Returns the
StreetsideData object, which acts as the database of the
Layer. |
Modifier and Type | Field and Description |
---|---|
private StreetsideData |
WalkThread.data |
Modifier and Type | Field and Description |
---|---|
private StreetsideData |
SequenceDownloadRunnable.data |
private StreetsideData |
ImageDetailsDownloadRunnable.data |
Constructor and Description |
---|
ImageDetailsDownloadRunnable(StreetsideData data,
Bounds bounds) |
SequenceDownloadRunnable(StreetsideData data,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
private static void |
JsonImageDetailsDecoder.decodeImageInfo(javax.json.JsonObject json,
StreetsideData data) |
static void |
JsonImageDetailsDecoder.decodeImageInfos(javax.json.JsonObject json,
StreetsideData data) |