Uses of Class
nl.bebr.mapviewer.data.TileFactoryInfo
-
Packages that use TileFactoryInfo Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.bmng nl.bebr.mapviewer.data.cache nl.bebr.mapviewer.data.tilefactory nl.bebr.mapviewer.data.util -
-
Uses of TileFactoryInfo in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data that return TileFactoryInfo Modifier and Type Method Description TileFactoryInfoTileFactory. getInfo()Get the TileFactoryInfo describing this TileFactoryConstructors in nl.bebr.mapviewer.data with parameters of type TileFactoryInfo Constructor Description AbstractTileFactory(TileFactoryInfo info)Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfoDefaultTileFactory(TileFactoryInfo info)Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfoTileFactory(TileFactoryInfo info)Creates a new instance of TileFactory -
Uses of TileFactoryInfo in nl.bebr.mapviewer.data.bmng
Subclasses of TileFactoryInfo in nl.bebr.mapviewer.data.bmng Modifier and Type Class Description classSLMapServerInfoA TileFactoryInfo subclass which knows how to connect to the SwingLabs map server. -
Uses of TileFactoryInfo in nl.bebr.mapviewer.data.cache
Constructors in nl.bebr.mapviewer.data.cache with parameters of type TileFactoryInfo Constructor Description OfflineTileFactory(TileFactoryInfo tileFactoryInfo)Constructor -
Uses of TileFactoryInfo in nl.bebr.mapviewer.data.tilefactory
Subclasses of TileFactoryInfo in nl.bebr.mapviewer.data.tilefactory Modifier and Type Class Description classOSMTileFactoryInfoUses OpenStreetMapclassVirtualEarthTileFactoryInfohttp://www.viavirtualearth.com/vve/Articles/RollYourOwnTileServer.ashx -
Uses of TileFactoryInfo in nl.bebr.mapviewer.data.util
Methods in nl.bebr.mapviewer.data.util with parameters of type TileFactoryInfo Modifier and Type Method Description static Point2DGeoUtil. getBitmapCoordinate(double latitude, double longitude, int zoomLevel, TileFactoryInfo info)Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.static Point2DGeoUtil. getBitmapCoordinate(GeoPosition c, int zoomLevel, TileFactoryInfo info)Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.static DimensionGeoUtil. getMapSize(int zoom, TileFactoryInfo info)static GeoPositionGeoUtil. getPosition(Point2D pixelCoordinate, int zoom, TileFactoryInfo info)static booleanGeoUtil. isValidTile(int x, int y, int zoomLevel, TileFactoryInfo info)
-