类的使用
org.meteoinfo.data.mapdata.webmap.Tile
-
使用Tile的程序包 程序包 说明 org.meteoinfo.data.mapdata.webmap org.meteoinfo.data.mapdata.webmap.empty -
-
org.meteoinfo.data.mapdata.webmap中Tile的使用
返回Tile的org.meteoinfo.data.mapdata.webmap中的方法 修饰符和类型 方法 说明 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 level参数类型为Tile的org.meteoinfo.data.mapdata.webmap中的方法 修饰符和类型 方法 说明 protected RunnableAbstractTileFactory. createTileRunner(Tile tile)Subclasses can override this if they need custom TileRunners for some reasonprotected 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. -
org.meteoinfo.data.mapdata.webmap.empty中Tile的使用
返回Tile的org.meteoinfo.data.mapdata.webmap.empty中的方法 修饰符和类型 方法 说明 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.参数类型为Tile的org.meteoinfo.data.mapdata.webmap.empty中的方法 修饰符和类型 方法 说明 voidEmptyTileFactory. load(Tile tile)protected voidEmptyTileFactory. startLoading(Tile tile)Override this method to load the tile using, for example, anExecutorService.
-