Uses of Class
com.bbn.openmap.layer.vpf.FeatureCacheGraphicList

Packages that use FeatureCacheGraphicList
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
 

Uses of FeatureCacheGraphicList in com.bbn.openmap.layer.vpf
 

Subclasses of FeatureCacheGraphicList in com.bbn.openmap.layer.vpf
static class FeatureCacheGraphicList.AREA
           
static class FeatureCacheGraphicList.DEFAULT
           
static class FeatureCacheGraphicList.EDGE
           
static class FeatureCacheGraphicList.POINT
           
static class FeatureCacheGraphicList.TEXT
           
 

Fields in com.bbn.openmap.layer.vpf declared as FeatureCacheGraphicList
protected  FeatureCacheGraphicList VPFCachedFeatureGraphicWarehouse.cacheList
           
 

Methods in com.bbn.openmap.layer.vpf that return FeatureCacheGraphicList
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