org.jdesktop.swingx.mapviewer
Class DefaultTileFactory
java.lang.Object
org.jdesktop.swingx.mapviewer.TileFactory
org.jdesktop.swingx.mapviewer.AbstractTileFactory
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTileFactory
public DefaultTileFactory(TileFactoryInfo info)
- Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo
- Parameters:
info - a TileFactoryInfo to configure this TileFactory