ucar.nc2.iosp.bufr
Class CompareTableB

java.lang.Object
  extended by ucar.nc2.iosp.bufr.CompareTableB

public class CompareTableB
extends java.lang.Object

Since:
Jul 24, 2008
Author:
caron

Constructor Summary
CompareTableB()
           
 
Method Summary
 void compare(java.lang.String fname, java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thisMap, java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thatMap)
           
 void compare2(java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thisMap, java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thatMap)
           
 void compareBrit()
           
 void compareDiff()
           
static void main(java.lang.String[] args)
           
 int makeBmtTable(java.util.List<org.jdom.Element> featureCatList)
           
 void readBmt()
           
 void readTable(java.lang.String filename, java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareTableB

public CompareTableB()
Method Detail

readBmt

public void readBmt()
             throws java.io.IOException
Throws:
java.io.IOException

makeBmtTable

public int makeBmtTable(java.util.List<org.jdom.Element> featureCatList)

readTable

public void readTable(java.lang.String filename,
                      java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> map)
               throws java.io.IOException
Throws:
java.io.IOException

compare

public void compare(java.lang.String fname,
                    java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thisMap,
                    java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thatMap)

compare2

public void compare2(java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thisMap,
                     java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableB.Feature> thatMap)

compareDiff

public void compareDiff()
                 throws java.io.IOException
Throws:
java.io.IOException

compareBrit

public void compareBrit()
                 throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException