Uses of Class
org.openstreetmap.josm.plugins.streetside.cache.StreetsideCache.Type
-
Packages that use StreetsideCache.Type Package Description 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 StreetsideCache.Type in org.openstreetmap.josm.plugins.streetside.cache
Methods in org.openstreetmap.josm.plugins.streetside.cache that return StreetsideCache.Type Modifier and Type Method Description static StreetsideCache.TypeStreetsideCache.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreetsideCache.Type[]StreetsideCache.Type. 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 StreetsideCache.Type Modifier and Type Method Description static voidCacheUtils. submit(java.lang.String key, StreetsideCache.Type type, ICachedLoaderListener lis)Requests the picture with the given key and quality and uses the given listener.Constructors in org.openstreetmap.josm.plugins.streetside.cache with parameters of type StreetsideCache.Type Constructor Description StreetsideCache(java.lang.String id, StreetsideCache.Type type)Main constructor.
-