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 CoverageAttributeTable.CoverageEntry.getCoverageTable()
          Get the associated coveragetable
 CoverageTable EdgeTable.getCoverageTable()
          get the coverage table that this edge is in
 CoverageTable PrimitiveTable.getCoverageTable()
          Get the coverage table that we are working on.
 CoverageTable CoverageAttributeTable.getCoverageTable(java.lang.String covname)
          Get the CoverageTable for a particular coverage type
 CoverageTable CoverageAttributeTable.getCoverageTableForFeature(java.lang.String featureName)
           
 

Methods in com.bbn.openmap.layer.vpf with parameters of type CoverageTable
 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 VPFLayerDCWWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon)
           
 void VPFLayerGraphicWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon)
           
 void VPFCachedFeatureGraphicWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String featureType)
           
 void VPFFeatureGraphicWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String featureType)
           
 void VPFFeatureWarehouse.createArea(CoverageTable covtable, AreaTable areatable, java.util.List facevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String featureType)
           
 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 VPFLayerDCWWarehouse.createEdge(CoverageTable covtable, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords)
           
 void VPFLayerGraphicWarehouse.createEdge(CoverageTable c, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords)
           
 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 VPFFeatureGraphicWarehouse.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.createEdge(CoverageTable c, EdgeTable edgetable, java.util.List edgevec, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, CoordFloatString coords, java.lang.String featureType)
           
 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 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 VPFLayerGraphicWarehouse.createNode(CoverageTable c, NodeTable nt, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode)
           
 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.
 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 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 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 VPFLayerDCWWarehouse.createText(CoverageTable covtable, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text)
           
 void VPFLayerGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text)
           
 void VPFCachedFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text, java.lang.String featureType)
           
 void VPFFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List textvec, float latitude, float longitude, java.lang.String text, 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)
           
protected  void VPFFeatureGraphicWarehouse.setAttributesForFeature(OMGraphic omg, CoverageTable c, java.lang.String featureType, int id)
           
 

Constructors in com.bbn.openmap.layer.vpf with parameters of type CoverageTable
AreaTable(CoverageTable cov, EdgeTable edg, TileDirectory tile)
          Construct an AreaTable for a tile.
CoverageAttributeTable.CoverageEntry(int topologyLevel, java.lang.String desc, CoverageTable covtable)
          Create a coverage entry with an initial coverage table
EdgeTable(CoverageTable cov, TileDirectory tile)
          Construct an EdgeTable object for a tile of a coverage.
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
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