ucar.bufr
Class Index.BufrObs

java.lang.Object
  extended by ucar.bufr.Index.BufrObs
Enclosing class:
Index

public final class Index.BufrObs
extends java.lang.Object

class to represent each observation in the index. purpose is to convert from String representation to native value.


Field Summary
 int bitBuf
           
 int bitPos
           
 long DDSoffset
           
 int dim
           
 java.lang.String ISOdate
           
 java.lang.String name
           
 long obsOffset
           
 
Constructor Summary
Index.BufrObs()
          constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

ISOdate

public java.lang.String ISOdate

dim

public int dim

bitPos

public int bitPos

bitBuf

public int bitBuf

DDSoffset

public long DDSoffset

obsOffset

public long obsOffset
Constructor Detail

Index.BufrObs

public Index.BufrObs()
constructor.