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 boolean
MapboxVectorStyle. 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 CachedFile
StyleSource. getCachedFile()
Returns a newCachedFile
to 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 CachedFile
MapCSSStyleSource. 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 CachedFile
SourceEditor.SourceLoader. cachedFile
-
Uses of CachedFile in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return CachedFile Modifier and Type Method Description CachedFile
CachedFile. setCachingStrategy(CachedFile.CachingStrategy cachingStrategy)
Set the caching strategy.CachedFile
CachedFile. setDestDir(java.lang.String destDir)
Set the destination directory for the cache file.CachedFile
CachedFile. setHttpAccept(java.lang.String httpAccept)
Set the accepted MIME types sent in the HTTP Accept header.CachedFile
CachedFile. setHttpHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
Sets the http headers.CachedFile
CachedFile. setMaxAge(long maxAge)
Set maximum age of cache file.CachedFile
CachedFile. 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 CachedFile
ImageryReader. 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 void
Tag2Link. initializeFromResources(CachedFile resource)
Initializes the tag2link rules from the resources.
-