Package | Description |
---|---|
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.cache |
This package is all about caching resources downloaded from
mapillary.com
for faster access to those resources in the future.
|
Modifier and Type | Method and Description |
---|---|
private static void |
WalkThread.preDownloadImages(StreetsideImage startImage,
int n,
CacheUtils.PICTURE type)
Downloads n images into the cache beginning from the supplied start-image (including the start-image itself).
|
Modifier and Type | Method and Description |
---|---|
static CacheUtils.PICTURE |
CacheUtils.PICTURE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheUtils.PICTURE[] |
CacheUtils.PICTURE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CacheUtils.downloadPicture(StreetsideImage img,
CacheUtils.PICTURE pic)
Downloads the picture of the given image.
|