org.jdesktop.swingx.mapviewer
Class DefaultTileFactory

java.lang.Object
  extended by org.jdesktop.swingx.mapviewer.TileFactory
      extended by org.jdesktop.swingx.mapviewer.AbstractTileFactory
          extended by org.jdesktop.swingx.mapviewer.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
DefaultTileFactory(TileFactoryInfo info)
          Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo
 
Method Summary
 
Methods inherited from class org.jdesktop.swingx.mapviewer.AbstractTileFactory
createTileRunner, getService, getTile, getTileCache, promote, setThreadPoolSize, setTileCache, startLoading
 
Methods inherited from class org.jdesktop.swingx.mapviewer.TileFactory
geoToPixel, getInfo, getMapSize, getTileSize, pixelToGeo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTileFactory

public DefaultTileFactory(TileFactoryInfo info)
Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo

Parameters:
info - a TileFactoryInfo to configure this TileFactory