Uses of Class
org.openstreetmap.josm.gui.layer.imagery.TilePosition
-
Packages that use TilePosition Package Description org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers. -
-
Uses of TilePosition in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return types with arguments of type TilePosition Modifier and Type Method Description Stream<TilePosition>
AbstractTileSourceLayer.TileSet. tilePositions()
Gets a stream of all tile positions in this setMethods in org.openstreetmap.josm.gui.layer with parameters of type TilePosition Modifier and Type Method Description private org.openstreetmap.gui.jmapviewer.Tile
AbstractTileSourceLayer. getOrCreateTile(TilePosition tilePosition)
private org.openstreetmap.gui.jmapviewer.Tile
AbstractTileSourceLayer. getTile(TilePosition tilePosition)
private void
AbstractTileSourceLayer.TileSet. visitTilePosition(Consumer<org.openstreetmap.gui.jmapviewer.Tile> visitor, TilePosition tp, Consumer<TilePosition> missed)
Method parameters in org.openstreetmap.josm.gui.layer with type arguments of type TilePosition Modifier and Type Method Description private List<org.openstreetmap.gui.jmapviewer.Tile>
AbstractTileSourceLayer.TileSet. allTiles(Function<TilePosition,org.openstreetmap.gui.jmapviewer.Tile> mapper)
-