|
||||||||||
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 that return types with arguments of type RpfTocEntry | |
---|---|
java.util.List<RpfTocEntry> |
RpfTocHandler.getBestCoverageEntry(double ullat,
double ullon,
double lrlat,
double lrlon,
Projection proj,
RpfViewAttributes viewAtts)
Given a coordinate box and a scale, find the entry in the table of contents file with the right data. |
Methods in com.bbn.openmap.layer.rpf with parameters of type RpfTocEntry | |
---|---|
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. |
protected java.util.List<java.lang.String> |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |