|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpfCoverageBox | |
---|---|
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
Uses of RpfCoverageBox in com.bbn.openmap.layer.rpf |
---|
Fields in com.bbn.openmap.layer.rpf declared as RpfCoverageBox | |
---|---|
RpfCoverageBox |
RpfTocEntry.coverage
|
Fields in com.bbn.openmap.layer.rpf with type parameters of type RpfCoverageBox | |
---|---|
protected java.util.List<RpfCoverageBox> |
RpfCacheHandler.coverageBoxes
The current description of the TOC entry that currently applies. |
Methods in com.bbn.openmap.layer.rpf that return types with arguments of type RpfCoverageBox | |
---|---|
java.util.List<RpfCoverageBox> |
RpfFrameProvider.getCatalogCoverage(double ullat,
double ullon,
double lrlat,
double 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(double ullat,
double ullon,
double lrlat,
double lrlon,
Projection proj,
java.lang.String chartSeries)
RpfFrameProvider interface method. |
java.util.List<RpfCoverageBox> |
RpfFrameProvider.getCoverage(double ullat,
double ullon,
double lrlat,
double 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(double ullat,
double ullon,
double lrlat,
double 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.List<RpfCoverageBox> |
RpfLayer.getCoverageBoxes()
Returns the Vector containing RpfCoverageBoxes that was returned from the RpfFrameProvider as a result of the last setCache call. |
java.util.List<RpfCoverageBox> |
RpfCacheManager.getCoverageBoxes()
Returns the Vector containing RpfCoverageBoxes from the primary RpfCacheHandler. |
java.util.List<RpfCoverageBox> |
RpfCacheHandler.getCoverageBoxes()
Returns the Vector containing RpfCoverageBoxes that was returned from the RpfFrameProvider as a result of the last setCache call. |
Methods in com.bbn.openmap.layer.rpf with parameters of type RpfCoverageBox | |
---|---|
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)
|
Method parameters in com.bbn.openmap.layer.rpf with type arguments of type RpfCoverageBox | |
---|---|
void |
RpfTocHandler.getCatalogCoverage(double ullat,
double ullon,
double lrlat,
double 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |