Uses of Class
org.openstreetmap.josm.plugins.streetside.cache.CacheUtils.PICTURE
-
Packages that use CacheUtils.PICTURE 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. -
-
Uses of CacheUtils.PICTURE in org.openstreetmap.josm.plugins.streetside.actions
Methods in org.openstreetmap.josm.plugins.streetside.actions with parameters of type CacheUtils.PICTURE Modifier and Type Method Description private static voidWalkThread. 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). -
Uses of CacheUtils.PICTURE in org.openstreetmap.josm.plugins.streetside.cache
Methods in org.openstreetmap.josm.plugins.streetside.cache that return CacheUtils.PICTURE Modifier and Type Method Description static CacheUtils.PICTURECacheUtils.PICTURE. valueOf(java.lang.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.Methods in org.openstreetmap.josm.plugins.streetside.cache with parameters of type CacheUtils.PICTURE Modifier and Type Method Description static voidCacheUtils. downloadPicture(StreetsideImage img, CacheUtils.PICTURE pic)Downloads the picture of the given image.
-