Uses of Package
com.bbn.openmap.dataAccess.mapTile

Packages that use com.bbn.openmap.dataAccess.mapTile
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.layer.imageTile   
 

Classes in com.bbn.openmap.dataAccess.mapTile used by com.bbn.openmap.dataAccess.mapTile
AbstractMapTileCoordinateTransform
          An abstraction of MapTileCoordinateTransform that combines the identical methods of OSM and TMS MapTileCoordinateTransforms.
EmptyTileHandler
          An EmptyTileHandler is a class that helps the MapTileFactory figure out what to do with non-existent map tiles.
KMLTileGridMaker.Builder
          Use this class to run the KMLTileGridMake.
KMLTileGridMaker.Tile
           
MapTileCoordinateTransform
          The TileCoordinateTransform is an object that knows how to translate lat/lon coordinates to UV tile coordinates for map tiles.
MapTileFactory
          An object that fetches tiles for a given projection.
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).
MapTileMakerComponent
          The MapTileMakerComponent is a GUI for creating properties that the MapTileMaker uses to create tiles.
MapTileRequester
          An interface for a Class that makes requests from a MapTileFactory, and may provide intermittent status updates on whether to continue work or update the current fetched tiles.
MapTileUtil
          A utility class to help manage tile trees.
MapTileUtil.Action
          A generic builder Action that handles most configuration issues for the MapTileUtil.
ServerMapTileFactory
          The ServerMapTileFactory is an extension to the StandardMapTileFactory that can go to a http server to retrieve image tiles.
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.
SimpleEmptyTileHandler
          An EmptyTileHandler that uses DrawingAttributes to create a rectangle to fill in for empty tiles.
StandardMapTileFactory
          The StandardImageTileFactory is a TileFactory implementation that retrieves image tiles from local storage.
StandardMapTileFactory.TilePathBuilder
           
TileGrabber.Builder
           
TileImagePreparer
          TODO: Describe the TileImagePreparer interface class here.
WholeWorldTileHandler.Builder
          The builder class takes a map tile directory and creates a set of jars from it, divided so that the WholeWorldTileHandler can deal with it.
ZoomLevelInfo
          The ZoomLevelInfo class is used by the TileMaker and handles how tiles are defined and created for a particular zoom level.
ZoomLevelMaker
          The ZoomLevelInfo class is used by the TileMaker and handles how tiles are defined and created for a particular zoom level.
ZoomLevelMakerFace
          A class that visually manages the settings for a ZoomLevelInfo object.
ZoomLevelMakerFace.BoundsObject
          The list object used to represent a boundary.
ZoomLevelMakerFace.LayerObject
          A component used to represent a layer/layer setting in the face.
 

Classes in com.bbn.openmap.dataAccess.mapTile used by com.bbn.openmap.layer.imageTile
MapTileFactory
          An object that fetches tiles for a given projection.
MapTileRequester
          An interface for a Class that makes requests from a MapTileFactory, and may provide intermittent status updates on whether to continue work or update the current fetched tiles.
 



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