Package | Description |
---|---|
com.bbn.openmap.layer.rpf |
Provides a layer that displays RPF (Raster Product Format) data.
|
Modifier and Type | Field and Description |
---|---|
protected RpfTocEntry[] |
RpfTocHandler.entries
The boundary rectangles in the A.TOC file.
|
Modifier and Type | Method and Description |
---|---|
RpfTocEntry[] |
RpfTocHandler.getEntries()
Return the list of grouped frames.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RpfTocEntry> |
RpfTocHandler.getBestCoverageEntry(float ullat,
float ullon,
float lrlat,
float 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details