Uses of Class
org.meteoinfo.data.mapdata.webmap.Tile
-
Packages that use Tile Package Description org.meteoinfo.data.mapdata.webmap org.meteoinfo.data.mapdata.webmap.empty -
-
Uses of Tile in org.meteoinfo.data.mapdata.webmap
Methods in org.meteoinfo.data.mapdata.webmap that return Tile Modifier and Type Method Description TileAbstractTileFactory. getTile(int x, int y, int zoom)Returns the tile that is located at the given tilePoint for this zoom.abstract TileTileFactory. getTile(int x, int y, int zoom)Return the Tile at a given TilePoint and zoom levelMethods in org.meteoinfo.data.mapdata.webmap with parameters of type Tile Modifier and Type Method Description protected java.lang.RunnableAbstractTileFactory. createTileRunner(Tile tile)Subclasses can override this if they need custom TileRunners for some reasonprotected java.net.URIAbstractTileFactory. getURI(Tile tile)Gets the full URI of a tile.voidAbstractTileFactory. load(Tile tile)abstract voidTileFactory. load(Tile tile)voidAbstractTileFactory. promote(Tile tile)Increase the priority of this tile so it will be loaded sooner.protected voidAbstractTileFactory. startLoading(Tile tile)protected abstract voidTileFactory. startLoading(Tile tile)Override this method to load the tile using, for example, anExecutorService. -
Uses of Tile in org.meteoinfo.data.mapdata.webmap.empty
Methods in org.meteoinfo.data.mapdata.webmap.empty that return Tile Modifier and Type Method Description TileEmptyTileFactory. getTile(int x, int y, int zoom)Gets an instance of an empty tile for the given tile position and zoom on the world map.Methods in org.meteoinfo.data.mapdata.webmap.empty with parameters of type Tile Modifier and Type Method Description voidEmptyTileFactory. load(Tile tile)protected voidEmptyTileFactory. startLoading(Tile tile)Override this method to load the tile using, for example, anExecutorService.
-