Uses of Class
com.bbn.openmap.layer.dted.DTEDFrame

Packages that use DTEDFrame
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
 

Uses of DTEDFrame in com.bbn.openmap.layer.dted
 

Fields in com.bbn.openmap.layer.dted declared as DTEDFrame
protected  DTEDFrame DTEDCacheHandler.frame
           
 

Methods in com.bbn.openmap.layer.dted that return DTEDFrame
 DTEDFrame DTEDFrameCache.get(double lat, double lon, int level)
          Return The Dted Frame, Given A Lat, Lon And Dted Level.
 

Methods in com.bbn.openmap.layer.dted with parameters of type DTEDFrame
protected  short[][] DTEDFrameCache.getElevations(float ullat, float ullon, float lrlat, float lrlon, int dtedLevel, DTEDFrame refFrame)
          Return the two-dimensional matrix of elevation posts (heights) representing coverage of a given geographical rectangle.
 



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