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

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

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

Fields in com.bbn.openmap.layer.vpf declared as TileDirectory
protected  TileDirectory PrimitiveTable.tile
          the tile we are for
 

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

Methods in com.bbn.openmap.layer.vpf that return types with arguments of type TileDirectory
 java.util.List<TileDirectory> CoverageAttributeTable.tilesInRegion(float n, float s, float e, float w)
          get a list of tiles in the bounding region
 

Methods in com.bbn.openmap.layer.vpf with parameters of type TileDirectory
 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.
 

Constructors in com.bbn.openmap.layer.vpf with parameters of type TileDirectory
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