|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpfTocEntry | |
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
Uses of RpfTocEntry in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as RpfTocEntry | |
protected RpfTocEntry[] |
RpfTocHandler.entries
The boundary rectangles in the A.TOC file. |
Methods in com.bbn.openmap.layer.rpf that return RpfTocEntry | |
RpfTocEntry[] |
RpfTocHandler.getEntries()
Return the list of grouped frames. |
Methods in com.bbn.openmap.layer.rpf with parameters of type RpfTocEntry | |
protected java.util.List |
RpfUtil.getFrameList(RpfTocEntry entry,
double rlinterval,
double udinterval)
Middle management for frames for A.TOC entry box. |
protected void |
RpfTocHandler.loadFrameInformation(RpfTocEntry rpfTocEntry)
Should be called by the RpfFrameCacheHandler before any frame files are loaded from a RpfTocEntry. |
protected void |
RpfTocHandler.readFrameInformation(BinaryFile binFile,
RpfTocEntry entry)
Reads the BinaryFile to retrieve the Frame file information for the entry. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |