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

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

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

Fields in com.bbn.openmap.layer.vpf declared as CoverageTable
protected  CoverageTable PrimitiveTable.covtable
          the coverage table that we are working for
 

Methods in com.bbn.openmap.layer.vpf that return CoverageTable
 CoverageTable PrimitiveTable.getCoverageTable()
          Get the coverage table that we are working on.
 CoverageTable EdgeTable.getCoverageTable()
          get the coverage table that this edge is in
 CoverageTable CoverageAttributeTable.getCoverageTable(java.lang.String covname)
          Get the CoverageTable for a particular coverage type
 CoverageTable CoverageAttributeTable.getCoverageTableForFeature(java.lang.String featureName)
           
 CoverageTable CoverageAttributeTable.CoverageEntry.getCoverageTable()
          Get the associated coveragetable
 

Methods in com.bbn.openmap.layer.vpf with parameters of type CoverageTable
 void VPFLayerGraphicWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon)
           
 void VPFLayerGraphicWarehouse.createEdge(CoverageTable c, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords)
           
 void VPFLayerGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text)
           
 void VPFLayerGraphicWarehouse.createNode(CoverageTable c, NodeTable nt, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode)
           
 void VPFLayerDCWWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon)
           
 void VPFLayerDCWWarehouse.createEdge(CoverageTable covtable, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords)
           
 void VPFLayerDCWWarehouse.createText(CoverageTable covtable, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text)
           
 void VPFLayerDCWWarehouse.createNode(CoverageTable c, NodeTable t, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode)
          Method called by the VPF reader code to construct a node feature.
 void VPFGraphicWarehouse.createArea(CoverageTable c, AreaTable a, java.util.List l, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon)
          Method called by the VPF reader code to construct an area feature.
 void VPFGraphicWarehouse.createEdge(CoverageTable c, EdgeTable e, java.util.List l, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords)
          Method called by the VPF reader code to construct an edge feature.
 void VPFGraphicWarehouse.createText(CoverageTable c, TextTable t, java.util.List textprim, float latitude, float longitude, java.lang.String text)
          Method called by the VPF reader code to construct a text feature.
 void VPFGraphicWarehouse.createNode(CoverageTable c, NodeTable t, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode)
          Method called by the VPF reader code to construct a node feature.
 void VPFFeatureWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String featureType)
           
 void VPFFeatureWarehouse.createEdge(CoverageTable c, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords, java.lang.String featureType)
           
 void VPFFeatureWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text, java.lang.String featureType)
           
 void VPFFeatureWarehouse.createNode(CoverageTable c, NodeTable t, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode, java.lang.String featureType)
          Method called by the VPF reader code to construct a node feature.
 void VPFFeatureGraphicWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String featureType)
           
 void VPFFeatureGraphicWarehouse.createEdge(CoverageTable c, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords, java.lang.String featureType)
           
protected  void VPFFeatureGraphicWarehouse.setAttributesForFeature(OMGraphic omg, CoverageTable c, java.lang.String featureType, int id)
           
 void VPFFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text, java.lang.String featureType)
           
 void VPFFeatureGraphicWarehouse.createNode(CoverageTable c, NodeTable t, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode, java.lang.String featureType)
          Method called by the VPF reader code to construct a node feature.
 void VPFCachedFeatureGraphicWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String featureType)
           
 void VPFCachedFeatureGraphicWarehouse.createEdge(CoverageTable c, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords, java.lang.String featureType)
           
 void VPFCachedFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text, java.lang.String featureType)
           
 void VPFCachedFeatureGraphicWarehouse.createNode(CoverageTable c, NodeTable t, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode, java.lang.String featureType)
          Method called by the VPF reader code to construct a node feature.
 

Constructors in com.bbn.openmap.layer.vpf with parameters of type CoverageTable
TextTable(CoverageTable cov, TileDirectory tile)
          Construct a TextTable for reading VPF text features.
PrimitiveTable(CoverageTable cov, TileDirectory tile, java.lang.String tablename)
          Construct a PrimitiveTable.
NodeTable(CoverageTable cov, TileDirectory tile, boolean isEntityNode)
          Construct a NodeTable for reading VPF text features.
FeatureClassInfo(CoverageTable cthis, java.lang.String colname, java.lang.String tablepath, java.lang.String ftname)
          Construct a FeatureClassInfo.
FeatureClassInfo(CoverageTable cthis, java.lang.String colname, java.lang.String tablepath, java.lang.String ftname, java.lang.String tileDirFile, java.lang.String tileDirFileColName)
          Construct a FeatureClassInfo that can be used for feature search
EdgeTable(CoverageTable cov, TileDirectory tile)
          Construct an EdgeTable object for a tile of a coverage.
CoverageAttributeTable.CoverageEntry(int topologyLevel, java.lang.String desc, CoverageTable covtable)
          Create a coverage entry with an initial coverage table
AreaTable(CoverageTable cov, EdgeTable edg, TileDirectory tile)
          Construct an AreaTable for a tile.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details