Uses of Class
dods.clients.importwizard.TMAP.map.MaxZoomException

Packages that use MaxZoomException
dods.clients.importwizard.TMAP.map   
 

Uses of MaxZoomException in dods.clients.importwizard.TMAP.map
 

Methods in dods.clients.importwizard.TMAP.map that throw MaxZoomException
 void MapCanvas.zoom_in()
           
 void MapCanvas.zoom_out()
          Decreases the base image size the internally maintained zoom factor.
 void MapCanvas.zoom(double zoom_factor)
          Increases/decreases the base image size by the specified zoom factor.