|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpfViewAttributes | |
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
Uses of RpfViewAttributes in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as RpfViewAttributes | |
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. |
RpfViewAttributes |
RpfCacheManager.RpfMaps.atts
|
protected RpfViewAttributes |
RpfCacheHandler.viewAttributes
Description of how the frames should be constructed and displayed. |
Methods in com.bbn.openmap.layer.rpf that return RpfViewAttributes | |
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. |
Methods in com.bbn.openmap.layer.rpf with parameters of type RpfViewAttributes | |
java.util.List |
RpfTocHandler.getBestCoverageEntry(float ullat,
float ullon,
float lrlat,
float lrlon,
CADRG 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 alot 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. |
RpfSubframe |
RpfFrame.decompressSubframe(int x,
int y,
RpfSubframe subframe,
RpfColortable colortable,
RpfViewAttributes viewAttributes)
Decompress a subframe into a cache entry OMRaster (RpfSubframe). |
void |
RpfCacheManager.setViewAttributes(RpfViewAttributes rva)
Set the view attributes for the layer. |
void |
RpfCacheHandler.setViewAttributes(RpfViewAttributes rva)
Set the view attributes for the layer. |
Constructors in com.bbn.openmap.layer.rpf with parameters of type RpfViewAttributes | |
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. |
|
RpfCacheManager.RpfMaps(RpfViewAttributes rva)
|
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |