Package | Description |
---|---|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
Modifier and Type | Field and Description |
---|---|
protected TileDirectory |
PrimitiveTable.tile
the tile we are for
|
Modifier and Type | Method and Description |
---|---|
TileDirectory |
PrimitiveTable.getTileDirectory()
Gets the tile we are for.
|
TileDirectory |
CoverageAttributeTable.getTileWithID(int id)
Get the TileDirectory with the given ID number.
|
TileDirectory |
CoverageAttributeTable.getTileWithID(java.lang.String id)
Know that the tile id are the integers used in the tileref.aft file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TileDirectory> |
CoverageAttributeTable.tilesInRegion(float n,
float s,
float e,
float w)
get a list of tiles in the bounding region
|
Modifier and Type | Method and Description |
---|---|
void |
CoverageTable.drawTile(TileDirectory drawtd,
VPFGraphicWarehouse warehouse,
LatLonPoint ll1,
LatLonPoint ll2,
float dpplat,
float dpplon)
Given a tile directory, go through the entries in the edg/fac/txt files,
and send those entries to the warehouse.
|
boolean |
VPFFeatureWarehouse.needToFetchTileContents(java.lang.String libraryName,
java.lang.String currentFeature,
TileDirectory currentTile) |
boolean |
VPFFeatureGraphicWarehouse.needToFetchTileContents(java.lang.String libraryName,
java.lang.String currentFeature,
TileDirectory currentTile) |
boolean |
VPFCachedFeatureGraphicWarehouse.needToFetchTileContents(java.lang.String libraryName,
java.lang.String currentFeature,
TileDirectory currentTile)
Calls VPFFeatureCache.needToFetchTileContents().
|
boolean |
VPFAutoFeatureGraphicWarehouse.needToFetchTileContents(java.lang.String libraryName,
java.lang.String currentFeature,
TileDirectory currentTile) |
FeatureCacheGraphicList |
VPFFeatureCache.needToFetchTileContents(java.lang.String libraryName,
java.lang.String currentFeature,
TileDirectory currentTile,
OMGraphicList requestor)
Query that the CoverageTable makes to decide whether to read the file
contents or to used the cached version.
|
Constructor and Description |
---|
AreaTable(CoverageTable cov,
EdgeTable edg,
TileDirectory tile)
Construct an AreaTable for a tile.
|
EdgeTable(CoverageTable cov,
TileDirectory tile)
Construct an EdgeTable object for a tile of a coverage.
|
NodeTable(CoverageTable cov,
TileDirectory tile,
boolean isEntityNode)
Construct a NodeTable for reading VPF text features.
|
PrimitiveTable(CoverageTable cov,
TileDirectory tile,
java.lang.String tablename)
Construct a PrimitiveTable.
|
TextTable(CoverageTable cov,
TileDirectory tile)
Construct a TextTable for reading VPF text features.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details