Groovy Documentation

org.jdesktop.swingx.mapviewer.wms
[Java] Class WMSTileFactory

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

public class WMSTileFactory
extends DefaultTileFactory

A tile factory that uses a WMS service.

Authors:
joshy


Field Summary
 
Fields inherited from class AbstractTileFactory
LOG, cache, service, threadPoolSize, tileMap, tileQueue
 
Fields inherited from class TileFactory
info
 
Constructor Summary
WMSTileFactory(WMSService wms)

Creates a new instance of WMSTileFactory

 
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

WMSTileFactory

public WMSTileFactory(WMSService wms)
Creates a new instance of WMSTileFactory


 

Groovy Documentation