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

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

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

Methods in com.bbn.openmap.dataAccess.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.dataAccess.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.
 

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

Subclasses of DTEDFrame in com.bbn.openmap.layer.dted
 class DTEDSubframedFrame
          The DTEDSubframedFrame is the representation of the DTED (Digital Terrain Elevation Data) data from a single dted data file.
 



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