Groovy Documentation

org.jdesktop.swingx.mapviewer
[Java] Class DefaultTileFactory

java.lang.Object
  org.jdesktop.swingx.mapviewer.TileFactory
      org.jdesktop.swingx.mapviewer.AbstractTileFactory
          org.jdesktop.swingx.mapviewer.DefaultTileFactory

public class DefaultTileFactory
extends AbstractTileFactory

A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.

Authors:
joshy


Field Summary
 
Fields inherited from class AbstractTileFactory
LOG, cache, service, threadPoolSize, tileMap, tileQueue
 
Fields inherited from class TileFactory
info
 
Constructor Summary
DefaultTileFactory(TileFactoryInfo info)

Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo

 
Method Summary
 
Methods inherited from class AbstractTileFactory
createTileRunner, getService, getTile, getTile, getTileCache, promote, setThreadPoolSize, setTileCache, startLoading
 
Methods inherited from class TileFactory
geoToPixel, getInfo, getMapSize, getTile, getTileSize, pixelToGeo, startLoading
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

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


 

Groovy Documentation