Package | Description |
---|---|
com.bbn.openmap.layer.rpf |
Provides a layer that displays RPF (Raster Product Format) data.
|
Modifier and Type | Field and Description |
---|---|
protected RpfViewAttributes |
RpfLayer.viewAttributes
The display attributes for the maps.
|
protected RpfViewAttributes |
RpfFrameCacheHandler.viewAttributes
View and display attributes for the data.
|
protected RpfViewAttributes |
RpfCacheManager.viewAttributes
Contains information about displaying the RPF data.
|
protected RpfViewAttributes |
RpfCacheHandler.viewAttributes
Description of how the frames should be constructed and displayed.
|
Modifier and Type | Method and Description |
---|---|
RpfViewAttributes |
RpfLayer.getViewAttributes()
Get the view attributes or the layer.
|
RpfViewAttributes |
RpfCacheManager.getViewAttributes()
Get the view attributes or the layer.
|
RpfViewAttributes |
RpfCacheHandler.getViewAttributes()
Get the view attributes or the layer.
|
Modifier and Type | Method and Description |
---|---|
RpfSubframe |
RpfFrame.decompressSubframe(int x,
int y,
RpfSubframe subframe,
RpfColortable colortable,
RpfViewAttributes viewAttributes)
Decompress a subframe into a cache entry OMRaster (RpfSubframe).
|
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.
|
void |
RpfLayer.setViewAttributes(RpfViewAttributes rva)
Set the view attributes for the layer.
|
void |
RpfFrameProvider.setViewAttributes(RpfViewAttributes rva)
Set the RpfViewAttribute object parameters, which describes a lot about
what you'll be asking for later.
|
void |
RpfFrameCacheHandler.setViewAttributes(RpfViewAttributes va)
Should only be set via the object it is sending frame data to.
|
void |
RpfCacheManager.setViewAttributes(RpfViewAttributes rva)
Set the view attributes for the layer.
|
void |
RpfCacheHandler.setViewAttributes(RpfViewAttributes rva)
Set the view attributes for the layer.
|
Constructor and Description |
---|
RpfCacheHandler(RpfFrameProvider provider,
RpfViewAttributes rva)
Constructor for a main cache, with the full size cache.
|
RpfCacheHandler(RpfFrameProvider provider,
RpfViewAttributes rva,
int subframe_cache_size)
Constructor for an auxiliary cache, with a settable cache size.
|
RpfCacheManager(RpfFrameProvider rfp,
RpfViewAttributes rva)
Constructor that lets you set the RPF frame provider, the view attributes
and the subframe cache size.
|
RpfCacheManager(RpfFrameProvider rfp,
RpfViewAttributes rva,
int mainCacheSize,
int auxSubframeCacheSize)
Constructor that lets you set the RPF frame provider, the view attributes
and the subframe cache sizes.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details