Uses of Class
org.openstreetmap.josm.data.osm.visitor.paint.TileZXY
-
Packages that use TileZXY Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers. -
-
Uses of TileZXY in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as TileZXY Modifier and Type Field Description private TileZXYStyledTiledMapRenderer.TileLoader. tileFields in org.openstreetmap.josm.data.osm.visitor.paint with type parameters of type TileZXY Modifier and Type Field Description private org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache>StyledTiledMapRenderer. cacheprivate java.util.function.Consumer<TileZXY>StyledTiledMapRenderer. notifierMethods in org.openstreetmap.josm.data.osm.visitor.paint that return TileZXY Modifier and Type Method Description static TileZXYTileZXY. latLonToTile(double lat, double lon, int zoom)Convert a lat, lon, and zoom to a tile coordianteMethods in org.openstreetmap.josm.data.osm.visitor.paint that return types with arguments of type TileZXY Modifier and Type Method Description static java.util.stream.Stream<TileZXY>TileZXY. boundsToTiles(double minLat, double minLon, double maxLat, double maxLon, int zoom)Convert a bounds to a series of tiles that entirely cover the boundsstatic java.util.stream.Stream<TileZXY>TileZXY. boundsToTiles(double minLat, double minLon, double maxLat, double maxLon, int zoom, int expansion)Convert a bounds to a series of tiles that entirely cover the boundsMethods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type TileZXY Modifier and Type Method Description private static voidStyledTiledMapRenderer. cancelImageFuture(org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache> cache, TileZXY key, ImageCache value)Cancel a job for a tilestatic BoundsTileZXY. tileToBounds(TileZXY tile)Convert a tile to the bounds for that tileMethod parameters in org.openstreetmap.josm.data.osm.visitor.paint with type arguments of type TileZXY Modifier and Type Method Description private static voidStyledTiledMapRenderer. cancelImageFuture(org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache> cache, TileZXY key, ImageCache value)Cancel a job for a tileprivate static BoundsStyledTiledMapRenderer. generateRenderArea(java.util.Collection<TileZXY> tiles)Generate the area for renderingprivate java.awt.image.BufferedImageStyledTiledMapRenderer. generateTiles(OsmData<?,?,?,?> data, java.util.Collection<TileZXY> tiles, int tileSize)Generate tile imagesvoidStyledTiledMapRenderer. setCache(Bounds box, org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache> cache, int zoom, java.util.function.Consumer<TileZXY> notifier)Set the cache for this painter.voidStyledTiledMapRenderer. setCache(Bounds box, org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache> cache, int zoom, java.util.function.Consumer<TileZXY> notifier)Set the cache for this painter.Constructors in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type TileZXY Constructor Description TileLoader(OsmData<?,?,?,?> data, TileZXY tile, int tileSize, java.util.Collection<StyledTiledMapRenderer.TileLoader> tileCollection)Create a new tile loader -
Uses of TileZXY in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer with type parameters of type TileZXY Modifier and Type Field Description private org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache>OsmDataLayer. cacheA cache used for painting
-