Uses of Interface
com.bbn.openmap.dataAccess.mapTile.MapTileRequester

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

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

Fields in com.bbn.openmap.dataAccess.mapTile declared as MapTileRequester
protected  MapTileRequester StandardMapTileFactory.mapTileRequester
          If set, the MapTileRequester will be notified when the list provided in getTiles() has been updated, and asked if it should continue with the getTiles() request at opportune times, when tile fetching is stable.
 

Methods in com.bbn.openmap.dataAccess.mapTile that return MapTileRequester
 MapTileRequester StandardMapTileFactory.getMapTileRequester()
           
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type MapTileRequester
 void StandardMapTileFactory.setMapTileRequester(MapTileRequester mtRequestor)
           
 void MapTileFactory.setMapTileRequester(MapTileRequester requestor)
          Set a MapTileRequestor in the tile factory that should be told to repaint when new tiles become available, and to check with during the tile fetch whether to keep going or not.
 

Constructors in com.bbn.openmap.dataAccess.mapTile with parameters of type MapTileRequester
StandardMapTileFactory(MapTileRequester layer, java.lang.String rootDir, java.lang.String tileFileExt)
           
 

Uses of MapTileRequester in com.bbn.openmap.layer.imageTile
 

Classes in com.bbn.openmap.layer.imageTile that implement MapTileRequester
 class MapTileLayer
          A Layer that uses a MapTileFactory to display information (tiles) on the map.
 



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