Uses of Class
com.bbn.openmap.proj.CADRG

Packages that use CADRG
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
 

Uses of CADRG in com.bbn.openmap.layer.rpf
 

Fields in com.bbn.openmap.layer.rpf declared as CADRG
 CADRG RpfViewAttributes.proj
          CADRG Projection of the map.
 

Methods in com.bbn.openmap.layer.rpf with parameters of type CADRG
 void RpfTocHandler.getCatalogCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG proj, java.lang.String chartSeriesCode, java.util.Vector coverages)
          Given a coordinate box and a scale, return the entries that have coverage over the given area.
 java.util.List RpfTocHandler.getBestCoverageEntry(float ullat, float ullon, float lrlat, float lrlon, CADRG proj, RpfViewAttributes viewAtts)
          Given a coordinate box and a scale, find the entry in the table of contents file with the right data.
 java.util.Vector RpfFrameProvider.getCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG p)
          Given a projection that describes a map or geographical area, return RpfCoverageBoxes that let you know how to locate and ask for RpfSubframes.
 java.util.Vector RpfFrameProvider.getCatalogCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG p, java.lang.String chartSeries)
          Given a projection that describes a map or geographical area, return RpfCoverageBoxes that let you know what bounding boxes of data are available.
 float RpfFrameProvider.getCalculatedCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG p, java.lang.String chartSeries)
          Given an area and a two-letter chart series code, find the percentage of coverage on the map that that chart series can offer.
 java.util.Vector RpfFrameCacheHandler.getCatalogCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG proj, java.lang.String chartSeries)
          RpfFrameProvider interface method.
 float RpfFrameCacheHandler.getCalculatedCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG p, java.lang.String chartSeries)
          Given an area and a two-letter chart series code, find the percentage of coverage on the map that that chart series can offer.
 java.util.Vector RpfFrameCacheHandler.getCoverage(float ullat, float ullon, float lrlat, float lrlon, CADRG proj)
          Given a projection which describes the map (or area of interest), return the best RpfTocEntry, from all the A.TOC, that covers the area.
static float RpfFrameCacheHandler.scaleDifference(CADRG proj, RpfCoverageBox box)
           
 void RpfCacheHandler.setCache(float ullat, float ullon, float lrlat, float lrlon, CADRG proj)
          Called to prepare the cache for subframes that will fit into the next request.
 



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