Package org.jxmapviewer.viewer.wms
Class WMSTileFactory
java.lang.Object
org.jxmapviewer.viewer.TileFactory
org.jxmapviewer.viewer.AbstractTileFactory
org.jxmapviewer.viewer.DefaultTileFactory
org.jxmapviewer.viewer.wms.WMSTileFactory
public class WMSTileFactory extends DefaultTileFactory
A tile factory that uses a WMS service.
-
Constructor Summary
Constructors Constructor Description WMSTileFactory(WMSService wms)Creates a new instance of WMSTileFactory -
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
-
WMSTileFactory
Creates a new instance of WMSTileFactory- Parameters:
wms- the WMSService
-