Uses of Interface
com.bbn.openmap.proj.EqualArc

Packages that use EqualArc
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
com.bbn.openmap.proj Provides projection classes. 
 

Uses of EqualArc in com.bbn.openmap.dataAccess.asrp
 

Methods in com.bbn.openmap.dataAccess.asrp with parameters of type EqualArc
 OMGraphicList ASRPDirectoryHandler.getImagesForProjection(EqualArc proj)
           
 

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

Methods in com.bbn.openmap.dataAccess.dted with parameters of type EqualArc
 short[][] DTEDFrameCache.getElevations(EqualArc proj, int dtedLevel)
          Return the two-dimensional matrix of elevation posts (heights) representing coverage of a given geographical rectangle.
 

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

Methods in com.bbn.openmap.layer.dted with parameters of type EqualArc
 short[][] DTEDFrameCache.getElevations(EqualArc proj, int dtedLevel)
          Return the two-dimensional matrix of elevation posts (heights) representing coverage of a given geographical rectangle.
 void DTEDCacheHandler.setProjection(EqualArc proj)
          The method to call to let the cache handler know what the projection looks like so it can figure out which frames (and subframes) will be needed.
 

Uses of EqualArc in com.bbn.openmap.proj
 

Classes in com.bbn.openmap.proj that implement EqualArc
 class CADRG
          Implements the CADRG projection.
 class LLXY
          Implements the LLXY projection, which is basically something where the lat/lon and pixel ratios are the same.
 



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