Uses of Class
nl.bebr.mapviewer.data.Tile
-
Packages that use Tile Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.bmng nl.bebr.mapviewer.data.cache nl.bebr.mapviewer.data.cache.spi nl.bebr.mapviewer.data.esri nl.bebr.mapviewer.data.util -
-
Uses of Tile in nl.bebr.mapviewer.data
Classes in nl.bebr.mapviewer.data with type parameters of type Tile Modifier and Type Class Description classAbstractMapViewer<T,U extends Tile<T>>AbstractMapViewer was created to provide common functionality for both Swing and JavaFX implementation.classAbstractTileFactory<T,U extends Tile<T>>TheAbstractTileFactoryprovides a basic implementation for the TileFactory.classDefaultTileFactory<T,U extends Tile<T>>A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.interfaceMapViewer<T,U extends Tile<T>>Interface of the mapViewer componentclassTileFactory<T,U extends Tile<T>>A class that can produce tiles and convert coordinates to pixelsclassTileRunner<T,U extends Tile<T>>Original TileRunner, replaced byOfflineTileRunnerFields in nl.bebr.mapviewer.data with type parameters of type Tile Modifier and Type Field Description protected TileFactory<T,Tile<T>>Tile. tileFactoryConstructor parameters in nl.bebr.mapviewer.data with type arguments of type Tile Constructor Description Tile(int x, int y, int zoom, String url, Tile.Priority priority, TileFactory<T,Tile<T>> tileFactory)Create a new Tile that loads its data from the given URL.Tile(int x, int y, int zoom, String url, TileFactory<T,Tile<T>> tileFactory) -
Uses of Tile in nl.bebr.mapviewer.data.bmng
Classes in nl.bebr.mapviewer.data.bmng with type parameters of type Tile Modifier and Type Class Description classCylindricalProjectionTileFactory<T,U extends Tile<T>> -
Uses of Tile in nl.bebr.mapviewer.data.cache
Subclasses of Tile in nl.bebr.mapviewer.data.cache Modifier and Type Class Description classOfflineTile<T>Offline version ofTile.Methods in nl.bebr.mapviewer.data.cache that return Tile Modifier and Type Method Description protected abstract Tile<T>OfflineTileFactory. createOfflineTile(int tileX, int tileY, int zoom, String url)Method for creating offline TileTile<T>OfflineTileFactory. getTile(int x, int y, int zoom)Methods in nl.bebr.mapviewer.data.cache with parameters of type Tile Modifier and Type Method Description protected URIOfflineTileRunner. getURI(Tile<T> tile) -
Uses of Tile in nl.bebr.mapviewer.data.cache.spi
Methods in nl.bebr.mapviewer.data.cache.spi with parameters of type Tile Modifier and Type Method Description intTileComparator. compare(Tile<T> tile1, Tile<T> tile2) -
Uses of Tile in nl.bebr.mapviewer.data.esri
Classes in nl.bebr.mapviewer.data.esri with type parameters of type Tile Modifier and Type Class Description classESRITileFactory<T,U extends Tile<T>> -
Uses of Tile in nl.bebr.mapviewer.data.util
Method parameters in nl.bebr.mapviewer.data.util with type arguments of type Tile Modifier and Type Method Description static GeoBoundsGeoUtil. getMapBounds(MapViewer<?,Tile<?>> mapViewer)Gets the map bounds.
-