Uses of Interface
com.bbn.openmap.dataAccess.mapTile.EmptyTileHandler

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

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

Classes in com.bbn.openmap.dataAccess.mapTile that implement EmptyTileHandler
 class MapTileMaker
          The MapTileMaker is an ImageServer extension that knows how to create image tile sets, like the kind of tiles used by Google Maps and OpenStreetMap, Tile Map Service (TMS).
 class ShpFileEmptyTileHandler
          Uses a Shape file to figure out if a tile is over water or over land, so the proper color is used for an empty tile.
 class SimpleEmptyTileHandler
          An EmptyTileHandler that uses DrawingAttributes to create a rectangle to fill in for empty tiles.
 class WholeWorldTileHandler
          The WholeWorldTileHandler is a special EmptyTileHandler that manages a special set of jar files containing tiles that cover the entire earth.
 

Fields in com.bbn.openmap.dataAccess.mapTile declared as EmptyTileHandler
protected  EmptyTileHandler StandardMapTileFactory.emptyTileHandler
           
 

Methods in com.bbn.openmap.dataAccess.mapTile that return EmptyTileHandler
 EmptyTileHandler StandardMapTileFactory.getEmptyTileHandler()
           
 EmptyTileHandler MapTileFactory.getEmptyTileHandler()
          Get object that handles empty tiles.
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type EmptyTileHandler
 void StandardMapTileFactory.setEmptyTileHandler(EmptyTileHandler emptyTileHandler)
           
 



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