Package org.jxmapviewer.viewer
Class DefaultTileFactory
java.lang.Object
org.jxmapviewer.viewer.TileFactory
org.jxmapviewer.viewer.AbstractTileFactory
org.jxmapviewer.viewer.DefaultTileFactory
- Direct Known Subclasses:
CylindricalProjectionTileFactory,ESRITileFactory,WMSTileFactory
public class DefaultTileFactory extends AbstractTileFactory
A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator
projection.
-
Constructor Summary
Constructors Constructor Description DefaultTileFactory(TileFactoryInfo info)Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo -
Method Summary
Methods inherited from class org.jxmapviewer.viewer.AbstractTileFactory
addCustomRequestProperties, createTileRunner, dispose, getPendingTiles, getService, getTile, getTileCache, promote, setLocalCache, setThreadPoolSize, setTileCache, setUserAgent, startLoadingMethods inherited from class org.jxmapviewer.viewer.TileFactory
addTileListener, fireTileLoadedEvent, geoToPixel, getInfo, getMapSize, getTileSize, pixelToGeo, removeTileListener
-
Constructor Details
-
DefaultTileFactory
Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo- Parameters:
info- a TileFactoryInfo to configure this TileFactory
-