Uses of Class
org.openstreetmap.josm.io.CachedFile
-
Packages that use CachedFile Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox.style Provides classes for converting Mapbox Vector Styles to JOSM MapCSS stylesheets See the style specification for more information on what the Mapbox Vector Style translation code expects.org.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of CachedFile in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style with parameters of type CachedFile Modifier and Type Method Description private booleanMapboxVectorStyle. parseSprites(CachedFile spriteJson, CachedFile spritePng) -
Uses of CachedFile in org.openstreetmap.josm.gui.mappaint
Methods in org.openstreetmap.josm.gui.mappaint that return CachedFile Modifier and Type Method Description abstract CachedFileStyleSource. getCachedFile()Returns a newCachedFileto the local file containing style source (can be a text file or an archive). -
Uses of CachedFile in org.openstreetmap.josm.gui.mappaint.mapcss
Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return CachedFile Modifier and Type Method Description CachedFileMapCSSStyleSource. getCachedFile() -
Uses of CachedFile in org.openstreetmap.josm.gui.preferences
Fields in org.openstreetmap.josm.gui.preferences declared as CachedFile Modifier and Type Field Description private CachedFileSourceEditor.SourceLoader. cachedFile -
Uses of CachedFile in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return CachedFile Modifier and Type Method Description CachedFileCachedFile. setCachingStrategy(CachedFile.CachingStrategy cachingStrategy)Set the caching strategy.CachedFileCachedFile. setDestDir(java.lang.String destDir)Set the destination directory for the cache file.CachedFileCachedFile. setHttpAccept(java.lang.String httpAccept)Set the accepted MIME types sent in the HTTP Accept header.CachedFileCachedFile. setHttpHeaders(java.util.Map<java.lang.String,java.lang.String> headers)Sets the http headers.CachedFileCachedFile. setMaxAge(long maxAge)Set maximum age of cache file.CachedFileCachedFile. setName(java.lang.String name)Set the name of the resource. -
Uses of CachedFile in org.openstreetmap.josm.io.imagery
Fields in org.openstreetmap.josm.io.imagery declared as CachedFile Modifier and Type Field Description private CachedFileImageryReader. cachedFile -
Uses of CachedFile in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type CachedFile Modifier and Type Method Description private static voidTag2Link. initializeFromResources(CachedFile resource)Initializes the tag2link rules from the resources.
-