Uses of Class
org.openstreetmap.josm.plugins.streetside.io.download.StreetsideDownloader.DOWNLOAD_MODE
-
Packages that use StreetsideDownloader.DOWNLOAD_MODE Package Description org.openstreetmap.josm.plugins.streetside.io.download Classes for downloading images, sequences and image metadata like traffic signs from mapillary.com . -
-
Uses of StreetsideDownloader.DOWNLOAD_MODE in org.openstreetmap.josm.plugins.streetside.io.download
Fields in org.openstreetmap.josm.plugins.streetside.io.download declared as StreetsideDownloader.DOWNLOAD_MODE Modifier and Type Field Description static StreetsideDownloader.DOWNLOAD_MODEStreetsideDownloader.DOWNLOAD_MODE. DEFAULTMethods in org.openstreetmap.josm.plugins.streetside.io.download that return StreetsideDownloader.DOWNLOAD_MODE Modifier and Type Method Description static StreetsideDownloader.DOWNLOAD_MODEStreetsideDownloader.DOWNLOAD_MODE. fromLabel(java.lang.String label)static StreetsideDownloader.DOWNLOAD_MODEStreetsideDownloader.DOWNLOAD_MODE. fromPrefId(java.lang.String prefId)static StreetsideDownloader.DOWNLOAD_MODEStreetsideDownloader. getMode()Returns the current download mode.static StreetsideDownloader.DOWNLOAD_MODEStreetsideDownloader.DOWNLOAD_MODE. valueOf(java.lang.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.
-