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

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

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

Fields in com.bbn.openmap.layer.rpf declared as RpfFrameEntry
 RpfFrameEntry[][] RpfTocEntry.frames
           
 

Methods in com.bbn.openmap.layer.rpf that return RpfFrameEntry
protected  RpfFrameEntry RpfTocEntry.getFrame(int row, int column)
           
protected  RpfFrameEntry[][] RpfTocEntry.getFrames()
           
 

Methods in com.bbn.openmap.layer.rpf with parameters of type RpfFrameEntry
protected  void RpfFrameCacheHandler.checkColortable(RpfFrame frame, RpfFrameEntry frameEntry, RpfTocEntry entry, int tocNumber, int entryNumber)
          Take a bunch of stuff that has already been calculated, and then figure out if a new colortable is needed.
 java.lang.Object RpfFrameCacheHandler.get(RpfFrameEntry rfe)
          A customized way to retrieve a frame from the cache, using a RpfFrameEntry.
 java.lang.String RpfFrame.getReport(int x, int y, RpfFrameEntry entry, boolean Cib)
          Get the attribute html text to display on the screen.
 

Constructors in com.bbn.openmap.layer.rpf with parameters of type RpfFrameEntry
RpfFrame(RpfFrameEntry rfe)
          Loads the RpfFrame, given the RpfFrameEntry that the RpfCacheHandler got from the RpfTocHandler.
 



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