ucar.nc2.iosp.bufr
Class CompareTableD
java.lang.Object
ucar.nc2.iosp.bufr.CompareTableD
public class CompareTableD
- extends java.lang.Object
- Since:
- Jul 24, 2008
- Author:
- caron
|
Method Summary |
void |
compare(java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableD.Sequence> thisMap,
java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableD.Sequence> thatMap)
|
static void |
main(java.lang.String[] args)
|
int |
makeBmtTable(java.util.List<org.jdom.Element> featureCatList)
|
int |
makeTable(java.util.List<org.jdom.Element> seqList)
|
void |
readBmt()
|
void |
readTable()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompareTableD
public CompareTableD()
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()
throws java.io.IOException
- Throws:
java.io.IOException
makeTable
public int makeTable(java.util.List<org.jdom.Element> seqList)
compare
public void compare(java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableD.Sequence> thisMap,
java.util.Map<java.lang.Integer,ucar.nc2.iosp.bufr.CompareTableD.Sequence> thatMap)
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException