Package com.bbn.openmap.dataAccess.mapTile

Interface Summary
EmptyTileHandler An EmptyTileHandler is a class that helps the MapTileFactory figure out what to do with non-existent map tiles.
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.
 

Class Summary
GreyServerMapTileFactory Extension of ServerMapTileFactory that converts tiles to greyscale.
GreyStandardMapTileFactory A StandardMapTileFactory that converts the tiles to greyscale for display.
KMLTileGridMaker Creates a KML grid file for import into Google Earth.
KMLTileGridMaker.Builder Use this class to run the KMLTileGridMake.
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.
MapTileUtil A utility class to help manage tile trees.
MapTileUtil.Action A generic builder Action that handles most configuration issues for the MapTileUtil.
MapTileUtil.Copy Action that copies tiles from one directory to another.
MapTileUtil.Jar Action that creates a jar file containing the specified files.
MapTileUtil.URLGrabber A Builder that knows how to download files from a website.
OSMMapTileCoordinateTransform The implementation of TileCoordinateTransformation for OpenStreetMap tile coordinate layout.
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.
TMSMapTileCoordinateTransform The implementation of TileCoordinateTransformation for Tile Map Service (TMS) tile coordinate notations.
WholeWorldTileHandler The WholeWorldTileHandler is a special EmptyTileHandler that manages a special set of jar files containing tiles that cover the entire earth.
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.
 



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