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

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

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

Fields in com.bbn.openmap.dataAccess.mapTile declared as ZoomLevelMaker
protected  ZoomLevelMaker ZoomLevelMakerFace.zfi
           
 

Fields in com.bbn.openmap.dataAccess.mapTile with type parameters of type ZoomLevelMaker
protected  java.util.List<ZoomLevelMaker> MapTileMaker.zoomLevels
           
 

Methods in com.bbn.openmap.dataAccess.mapTile that return types with arguments of type ZoomLevelMaker
 java.util.List<ZoomLevelMaker> MapTileMaker.getZoomLevels()
           
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type ZoomLevelMaker
 byte[] MapTileMaker.makeTile(double uvx, double uvy, ZoomLevelMaker zoomInfo, Proj proj)
          Creating the tile using the ImageServer methodology, knowing that the MapTileMaker has been configured with an openmap.properties.file and knows about layers and their marker names.
 java.lang.String MapTileMaker.makeTileFile(double uvx, double uvy, ZoomLevelMaker zoomInfo, Proj proj)
          The main call to make for a tile to be created.
 

Method parameters in com.bbn.openmap.dataAccess.mapTile with type arguments of type ZoomLevelMaker
 void MapTileMaker.setZoomLevels(java.util.List<ZoomLevelMaker> zoomLevels)
           
 

Constructors in com.bbn.openmap.dataAccess.mapTile with parameters of type ZoomLevelMaker
ZoomLevelMakerFace(ZoomLevelMaker zfi, MapTileMakerComponent mtmc)
           
 



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