Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.MVTTile
-
Packages that use MVTTile Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.vector org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers. -
-
Uses of MVTTile in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type MVTTile Modifier and Type Method Description void
MVTTile.TileListener. finishedLoading(MVTTile tile)
Called when the MVTTile is finished loading -
Uses of MVTTile in org.openstreetmap.josm.data.vector
Fields in org.openstreetmap.josm.data.vector with type parameters of type MVTTile Modifier and Type Field Description private Map<Integer,Storage<MVTTile>>
VectorDataSet. dataStoreMap
Methods in org.openstreetmap.josm.data.vector that return types with arguments of type MVTTile Modifier and Type Method Description private Optional<Storage<MVTTile>>
VectorDataSet. getBestZoomDataStore()
Get the best zoom datastoreMethods in org.openstreetmap.josm.data.vector with parameters of type MVTTile Modifier and Type Method Description void
VectorDataSet. addTileData(MVTTile tile)
Add tile data to this dataset -
Uses of MVTTile in org.openstreetmap.josm.gui.layer.imagery
Methods in org.openstreetmap.josm.gui.layer.imagery with parameters of type MVTTile Modifier and Type Method Description void
MVTLayer. finishedLoading(MVTTile tile)
-