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

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

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

Fields in com.bbn.openmap.layer.vpf declared as CoverageAttributeTable
protected  CoverageAttributeTable CoverageTable.cat
          Need this in case we have to go from the coverage type-<feature type-<tile
 

Methods in com.bbn.openmap.layer.vpf that return CoverageAttributeTable
 CoverageAttributeTable LibrarySelectionTable.getCAT(java.lang.String library)
          Return the coverage attribute table (list of coverages available for the given library) for the given library name.
 CoverageAttributeTable CoverageTable.getCoverageAttributeTable()
           
 

Methods in com.bbn.openmap.layer.vpf with parameters of type CoverageAttributeTable
static void DescribeDB.printCoverage(java.lang.String prefix, CoverageAttributeTable cat, java.lang.String covname)
          Prints a VPF Coverage
static java.lang.String GenerateVPFProperties.printCoverageProperties(java.lang.String prefix, CoverageAttributeTable cat, java.lang.String covname)
          Prints a VPF Coverage
static void GenerateVPFProperties.printLibrary(java.lang.String prefix, CoverageAttributeTable cat)
          Prints a VPF Library
static void DescribeDB.printLibrary(java.lang.String prefix, CoverageAttributeTable cat)
          Prints a VPF Library
 void CoverageTable.setCoverateAttributeTable(CoverageAttributeTable cat)
           
 

Constructors in com.bbn.openmap.layer.vpf with parameters of type CoverageAttributeTable
CoverageTable(java.lang.String path, java.lang.String covtype, CoverageAttributeTable cat)
          Construct a CoverageTable object.
VPFConfig.CoverageInfo(CoverageAttributeTable cat, java.lang.String covName)
           
 



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