|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.layer.rpf.RpfCoverageManager
This is an object that provides coverage information on the Rpf data. It is supposed to be a simple tool that lets you see the general location of data, to guide you to the right place and scale of coverage. The layer really uses the properties passed in to it to determine which RPF/A.TOC should be scanned for the data. There is a palette for this layer, that lets you turn off the coverage for different levels of Rpf. Right now, only City Graphics, TLM, JOG, TPC, ONC, JNC, GNC and 5/10 meter CIB scales are are handled. All other scales are tossed together under the misc setting. The City Graphics setting shows all charts for scales greater than than 1:15k.
Field Summary | |
protected int |
currentLineType
The last line type of the edge of the rectangles. |
protected RpfFrameProvider |
frameProvider
The place to get the coverage information, |
protected java.util.Vector |
omGraphics
Graphic lists of coverage rectangles. |
Constructor Summary | |
RpfCoverageManager(RpfFrameProvider rfp)
Don't use this. |
Method Summary | |
protected java.util.Vector |
getCatalogCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
java.lang.String chartSeries,
java.awt.Color[] colors,
boolean fillRects)
Looks at the paths for the A.TOC files and gets all the coverage rectangles from them. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int currentLineType
protected java.util.Vector omGraphics
protected RpfFrameProvider frameProvider
Constructor Detail |
public RpfCoverageManager(RpfFrameProvider rfp)
Method Detail |
protected java.util.Vector getCatalogCoverage(float ullat, float ullon, float lrlat, float lrlon, Projection proj, java.lang.String chartSeries, java.awt.Color[] colors, boolean fillRects)
colors
- looks for an array of 10 colors.fillRects
- whether to fill the rectangles with the color,
or just do outlines.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |