Package | Description |
---|---|
com.bbn.openmap.layer.rpf |
Provides a layer that displays RPF (Raster Product Format) data.
|
Modifier and Type | Field and Description |
---|---|
RpfCoverageBox |
RpfTocEntry.coverage |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<RpfCoverageBox> |
RpfCacheHandler.coverageBoxes
The current description of the TOC entry that currently applies.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<RpfCoverageBox> |
RpfFrameProvider.getCatalogCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection p,
java.lang.String chartSeries)
Given a projection that describes a map or geographical area, return
RpfCoverageBoxes that let you know what bounding boxes of data are
available.
|
java.util.Vector<RpfCoverageBox> |
RpfFrameCacheHandler.getCatalogCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
java.lang.String chartSeries)
RpfFrameProvider interface method.
|
java.util.Vector<RpfCoverageBox> |
RpfFrameProvider.getCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection p)
Given a projection that describes a map or geographical area, return
RpfCoverageBoxes that let you know how to locate and ask for RpfSubframes.
|
java.util.Vector<RpfCoverageBox> |
RpfFrameCacheHandler.getCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj)
Given a projection which describes the map (or area of interest), return
the best RpfTocEntry, from all the A.TOC, that covers the area.
|
java.util.Vector<RpfCoverageBox> |
RpfLayer.getCoverageBoxes()
Returns the Vector containing RpfCoverageBoxes that was returned from the
RpfFrameProvider as a result of the last setCache call.
|
java.util.Vector<RpfCoverageBox> |
RpfCacheManager.getCoverageBoxes()
Returns the Vector containing RpfCoverageBoxes from the primary
RpfCacheHandler.
|
java.util.Vector<RpfCoverageBox> |
RpfCacheHandler.getCoverageBoxes()
Returns the Vector containing RpfCoverageBoxes that was returned from the
RpfFrameProvider as a result of the last setCache call.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RpfCacheHandler.loadSubframe(RpfSubframe subframe,
RpfCoverageBox coverageBox,
int x,
int y)
Contacts the frame provider to put the subframe image in the RpfSubframe.
|
static float |
RpfFrameCacheHandler.scaleDifference(Projection proj,
RpfCoverageBox box) |
Modifier and Type | Method and Description |
---|---|
void |
RpfTocHandler.getCatalogCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
java.lang.String chartSeriesCode,
java.util.Vector<RpfCoverageBox> coverages)
Given a coordinate box and a scale, return the entries that have coverage
over the given area.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details