Uses of Class
com.bbn.openmap.dataAccess.mapTile.StandardMapTileFactory

Packages that use StandardMapTileFactory
com.bbn.openmap.dataAccess.mapTile   
 

Uses of StandardMapTileFactory in com.bbn.openmap.dataAccess.mapTile
 

Subclasses of StandardMapTileFactory in com.bbn.openmap.dataAccess.mapTile
 class DebugMapTileFactory
          A simple MapTileFactory that returns empty tiles with labels showing zoom level and x, y coords, and borders.
 class GoogleMapTileFactory
          The GoogleMapTileFactory is a simple example of how to customize a MapTileFactory to contact other services.
 class ServerMapTileFactory
          The ServerMapTileFactory is an extension to the StandardMapTileFactory that can go to a http server to retrieve image tiles.
 class TileMillMapTileFactory
          The TileMillMapTileFactory is an extension to the StandardMapTileFactory that can read image tiles stored in a mbtiles file, which is the export format from the TileMill application.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details