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

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

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

Methods in com.bbn.openmap.layer.vpf with parameters of type TextTable
 void VPFLayerGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List<java.lang.Object> textvec, double latitude, double longitude, java.lang.String text)
           
 void VPFLayerDCWWarehouse.createText(CoverageTable covtable, TextTable texttable, java.util.List<java.lang.Object> textvec, double latitude, double longitude, java.lang.String text)
           
 void VPFGraphicWarehouse.createText(CoverageTable c, TextTable t, java.util.List<java.lang.Object> textprim, double latitude, double longitude, java.lang.String text)
          Method called by the VPF reader code to construct a text feature.
 OMGraphic VPFCachedFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List<java.lang.Object> textvec, double latitude, double longitude, java.lang.String text, java.lang.String featureType)
           
 OMGraphic VPFFeatureWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List<java.lang.Object> textvec, double latitude, double longitude, java.lang.String text, java.lang.String featureType, int primID)
           
 OMGraphic VPFFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List<java.lang.Object> textvec, double latitude, double longitude, java.lang.String text, java.lang.String featureType, int primID)
           
 OMGraphic VPFAutoFeatureGraphicWarehouse.createText(CoverageTable c, TextTable texttable, java.util.List<java.lang.Object> textvec, double latitude, double longitude, java.lang.String text, java.lang.String featureType, int primID)
           
 



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