Uses of Class
org.meteoinfo.data.mapdata.webmap.TileFactory
-
Packages that use TileFactory Package Description org.meteoinfo.data.mapdata.webmap org.meteoinfo.data.mapdata.webmap.bmng org.meteoinfo.data.mapdata.webmap.empty org.meteoinfo.layer -
-
Uses of TileFactory in org.meteoinfo.data.mapdata.webmap
Subclasses of TileFactory in org.meteoinfo.data.mapdata.webmap Modifier and Type Class Description classAbstractTileFactoryTheAbstractTileFactoryprovides a basic implementation for the TileFactory.classDefaultTileFactoryA tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection. -
Uses of TileFactory in org.meteoinfo.data.mapdata.webmap.bmng
Subclasses of TileFactory in org.meteoinfo.data.mapdata.webmap.bmng Modifier and Type Class Description classCylindricalProjectionTileFactory -
Uses of TileFactory in org.meteoinfo.data.mapdata.webmap.empty
Subclasses of TileFactory in org.meteoinfo.data.mapdata.webmap.empty Modifier and Type Class Description classEmptyTileFactoryA null implementation of TileFactory. -
Uses of TileFactory in org.meteoinfo.layer
Methods in org.meteoinfo.layer that return TileFactory Modifier and Type Method Description TileFactoryWebMapLayer. getTileFactory()Get the current factoryMethods in org.meteoinfo.layer with parameters of type TileFactory Modifier and Type Method Description voidWebMapLayer. setTileFactory(TileFactory factory)Set the current tile factory
-