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 java.util.stream.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.TileAbstractTileSourceLayer. getOrCreateTile(TilePosition tilePosition)private org.openstreetmap.gui.jmapviewer.TileAbstractTileSourceLayer. getTile(TilePosition tilePosition)private voidAbstractTileSourceLayer.TileSet. visitTilePosition(java.util.function.Consumer<org.openstreetmap.gui.jmapviewer.Tile> visitor, TilePosition tp, java.util.function.Consumer<TilePosition> missed)Method parameters in org.openstreetmap.josm.gui.layer with type arguments of type TilePosition Modifier and Type Method Description private java.util.List<org.openstreetmap.gui.jmapviewer.Tile>AbstractTileSourceLayer.TileSet. allTiles(java.util.function.Function<TilePosition,org.openstreetmap.gui.jmapviewer.Tile> mapper)
-