Package | Description |
---|---|
com.bbn.openmap.layer.rpf |
Provides a layer that displays RPF (Raster Product Format) data.
|
Modifier and Type | Field and Description |
---|---|
protected RpfColortable |
RpfFrameCacheHandler.colortable
Colortable used on the frames.
|
protected RpfColortable |
RpfFrame.colortable |
Modifier and Type | Method and Description |
---|---|
RpfColortable |
RpfFrameCacheHandler.getColortable() |
RpfColortable |
RpfFrame.getColortable()
Get the colortable stored inside this RpfFrame.
|
Modifier and Type | Method and Description |
---|---|
int[] |
RpfFrame.decompressSubframe(int x,
int y,
RpfColortable colortable)
Decompress a subframe into an array of ints suitable for a direct color
model image.
|
RpfSubframe |
RpfFrame.decompressSubframe(int x,
int y,
RpfSubframe subframe,
RpfColortable colortable,
RpfViewAttributes viewAttributes)
Decompress a subframe into a cache entry OMRaster (RpfSubframe).
|
java.awt.Color[] |
RpfFrame.getColors(BinaryFile binFile,
RpfColortable ct)
The only reason to call this is to read the colortable that is within the
frame file, and set the colors that you will be using for all the frames
accordingly.
|
static java.awt.Color[] |
RpfFrame.getColors(java.lang.String framePath,
RpfColortable ct)
Load the colortable with the colors from a particular frame file.
|
java.awt.Color[] |
RpfFileSections.parseColorSection(BinaryFile binFile,
RpfColortable colortable)
This kicks back an array of OMColors, representing the
colortable.
|
void |
RpfFrameCacheHandler.setColortable(RpfColortable colortable) |
void |
RpfColortable.setFrom(RpfColortable colortable)
Load the provided colortable with the color values of this colortable.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details