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

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

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

Subclasses of ZoomLevelInfo in com.bbn.openmap.dataAccess.mapTile
 class ZoomLevelMaker
          The ZoomLevelInfo class is used by the TileMaker and handles how tiles are defined and created for a particular zoom level.
 

Fields in com.bbn.openmap.dataAccess.mapTile declared as ZoomLevelInfo
protected  ZoomLevelInfo StandardMapTileFactory.zoomLevelInfo
           
 

Methods in com.bbn.openmap.dataAccess.mapTile that return ZoomLevelInfo
 ZoomLevelInfo StandardMapTileFactory.getZoomLevelInfo()
          Get the ZoomLevelInfo set on the factory.
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type ZoomLevelInfo
protected  void StandardMapTileFactory.getTiles(int uvleft, int uvright, int uvup, int uvbottom, ZoomLevelInfo zoomLevelInfo, Projection proj, OMGraphicList list)
           
 void StandardMapTileFactory.setZoomLevelInfo(ZoomLevelInfo zoomLevelInfo)
          Get the ZoomLevelInfo set on the factory.
 



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