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

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

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

Methods in com.bbn.openmap.layer.vpf with parameters of type NodeTable
 void VPFLayerGraphicWarehouse.createNode(CoverageTable c, NodeTable nt, java.util.List nodeprim, float latitude, float longitude, boolean isEntityNode)
           
 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.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.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 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.
 



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