Class DefaultTileFactory
- java.lang.Object
-
- org.meteoinfo.data.mapdata.webmap.TileFactory
-
- org.meteoinfo.data.mapdata.webmap.AbstractTileFactory
-
- org.meteoinfo.data.mapdata.webmap.DefaultTileFactory
-
- Direct Known Subclasses:
CylindricalProjectionTileFactory
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
Constructors Constructor Description DefaultTileFactory(TileFactoryInfo info)Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo
-
Method Summary
-
Methods inherited from class org.meteoinfo.data.mapdata.webmap.AbstractTileFactory
createTileRunner, getService, getTile, getTileCache, getURI, load, promote, setThreadPoolSize, setTileCache, startLoading
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.meteoinfo.data.mapdata.webmap.TileFactory
geoToPixel, getInfo, getMapSize, getTileSize, pixelToGeo
-
-
-
-
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
-
-