Uses of Class
com.bbn.openmap.util.cacheHandler.CacheHandler

Packages that use CacheHandler
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.dataAccess.image   
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
 

Uses of CacheHandler in com.bbn.openmap.dataAccess.asrp
 

Subclasses of CacheHandler in com.bbn.openmap.dataAccess.asrp
 class ASRPDirectory
          An ASRP directory contains information needed to view images.
 

Uses of CacheHandler in com.bbn.openmap.dataAccess.dted
 

Subclasses of CacheHandler in com.bbn.openmap.dataAccess.dted
 class DTEDFrameCache
          The DTEDFrameCache is an object that retrieves DTED paths, frames or elevation values, given a latitude, longitude and dted level.
 class DTEDFrameCacheHandler
          The DTEDFrameCacheHandler is a cache for objects being rendered on the map as a result of reading in DTED data.
 

Uses of CacheHandler in com.bbn.openmap.dataAccess.image
 

Subclasses of CacheHandler in com.bbn.openmap.dataAccess.image
static class ImageTile.Cache
           
 

Fields in com.bbn.openmap.dataAccess.image declared as CacheHandler
protected  CacheHandler ImageTile.cache
           
 

Constructors in com.bbn.openmap.dataAccess.image with parameters of type CacheHandler
ImageTile(double ullat, double ullon, double lrlat, double lrlon, ImageReader imageDecoder, CacheHandler cache)
          Create an OMRaster, Lat/Lon placement with an ImageIcon.
 

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

Subclasses of CacheHandler 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 StandardMapTileFactory
          The StandardImageTileFactory is a TileFactory implementation that retrieves image tiles from local storage.
 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.
 

Uses of CacheHandler in com.bbn.openmap.layer.rpf
 

Subclasses of CacheHandler in com.bbn.openmap.layer.rpf
 class RpfFrameCacheHandler
          The RpfFrameCacheHandler does everything involved with handling RAW RPF frames.
 

Uses of CacheHandler in com.bbn.openmap.layer.vpf
 

Subclasses of CacheHandler in com.bbn.openmap.layer.vpf
 class VPFFeatureCache
          The VPFFeatureCache is an extended CacheHandler that caches OMGraphicLists representing a specific feature contained in a CoverageTile.
 



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