| 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 .
|
| 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 |
| Constructor and Description |
|---|
SequenceDownloadRunnable(StreetsideData data,
org.openstreetmap.josm.data.Bounds bounds) |