|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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. |
CacheObject |
RpfFrameCacheHandler.load(RpfFrameEntry rfe)
Cachehandler method. |
java.lang.String |
RpfFrame.getReport(int x,
int y,
RpfFrameEntry entry,
boolean Cib)
Get the attribute 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |