Uses of Class
com.bbn.openmap.layer.rpf.RpfViewAttributes

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

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

Fields in com.bbn.openmap.layer.rpf declared as RpfViewAttributes
 RpfViewAttributes RpfCacheManager.RpfMaps.atts
           
protected  RpfViewAttributes RpfCacheHandler.viewAttributes
          Description of how the frames should be constructed and displayed.
protected  RpfViewAttributes RpfCacheManager.viewAttributes
          Contains information about displaying the RPF data.
protected  RpfViewAttributes RpfFrameCacheHandler.viewAttributes
          View and display attributes for the data.
protected  RpfViewAttributes RpfLayer.viewAttributes
          The display attributes for the maps.
 

Methods in com.bbn.openmap.layer.rpf that return RpfViewAttributes
 RpfViewAttributes RpfCacheHandler.getViewAttributes()
          Get the view attributes or the layer.
 RpfViewAttributes RpfCacheManager.getViewAttributes()
          Get the view attributes or the layer.
 RpfViewAttributes RpfLayer.getViewAttributes()
          Get the view attributes or the layer.
 

Methods in com.bbn.openmap.layer.rpf with parameters of type RpfViewAttributes
 RpfSubframe RpfFrame.decompressSubframe(int x, int y, RpfSubframe subframe, RpfColortable colortable, RpfViewAttributes viewAttributes)
          Decompress a subframe into a cache entry OMRaster (RpfSubframe).
 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.
 void RpfCacheHandler.setViewAttributes(RpfViewAttributes rva)
          Set the view attributes for the layer.
 void RpfCacheManager.setViewAttributes(RpfViewAttributes rva)
          Set the view attributes for the layer.
 void RpfFrameCacheHandler.setViewAttributes(RpfViewAttributes va)
          Should only be set via the object it is sending frame data to.
 void RpfFrameProvider.setViewAttributes(RpfViewAttributes rva)
          Set the RpfViewAttribute object parameters, which describes alot about what you'll be asking for later.
 void RpfLayer.setViewAttributes(RpfViewAttributes rva)
          Set the view attributes for the layer.
 

Constructors in com.bbn.openmap.layer.rpf with parameters of type RpfViewAttributes
RpfCacheHandler(RpfFrameProvider provider, RpfViewAttributes rva)
          Constructor for a main cache, with the full size cache.
RpfCacheHandler(RpfFrameProvider provider, RpfViewAttributes rva, int subframe_cache_size)
          Constructor for an auxiliary cache, with a settable cache size.
RpfCacheManager.RpfMaps(RpfViewAttributes rva)
           
RpfCacheManager(RpfFrameProvider rfp, RpfViewAttributes rva)
          Constructor that lets you set the RPF frame provider, the view attributes and the subframe cache size.
RpfCacheManager(RpfFrameProvider rfp, RpfViewAttributes rva, int mainCacheSize, int auxSubframeCacheSize)
          Constructor that lets you set the RPF frame provider, the view attributes and the subframe cache sizes.
 



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