Package | Description |
---|---|
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 |
---|---|
static StreetsideDownloader.DOWNLOAD_MODE |
StreetsideDownloader.DOWNLOAD_MODE.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static StreetsideDownloader.DOWNLOAD_MODE |
StreetsideDownloader.DOWNLOAD_MODE.fromLabel(String label) |
static StreetsideDownloader.DOWNLOAD_MODE |
StreetsideDownloader.DOWNLOAD_MODE.fromPrefId(String prefId) |
static StreetsideDownloader.DOWNLOAD_MODE |
StreetsideDownloader.getMode()
Returns the current download mode.
|
static StreetsideDownloader.DOWNLOAD_MODE |
StreetsideDownloader.DOWNLOAD_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreetsideDownloader.DOWNLOAD_MODE[] |
StreetsideDownloader.DOWNLOAD_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|