Package | Description |
---|---|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
Modifier and Type | Class and Description |
---|---|
static class |
FeatureCacheGraphicList.AREA |
static class |
FeatureCacheGraphicList.DEFAULT |
static class |
FeatureCacheGraphicList.EDGE |
static class |
FeatureCacheGraphicList.POINT |
static class |
FeatureCacheGraphicList.TEXT |
Modifier and Type | Field and Description |
---|---|
protected FeatureCacheGraphicList |
VPFCachedFeatureGraphicWarehouse.cacheList |
Modifier and Type | Method and Description |
---|---|
static FeatureCacheGraphicList |
FeatureCacheGraphicList.createForType(java.lang.String featureType)
A factory method for creating the proper FeatureCacheGraphicList for a
particular feature type, VPFUtil.Edge, VPFUtil.Area, VPFUtil.Text, and/or
VPFUtil.Point, with each list subclass tuned to help properly color
features when they are set based on layer requirements.
|
FeatureCacheGraphicList |
VPFFeatureCache.loadCachedGraphicList(java.lang.String libraryName,
java.lang.String featureType,
java.lang.String tilePath,
OMGraphicList requestor)
Returns true if the features from a tile (as described by the key)
existed and was added to the warehouse graphics list.
|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details