ucar.grib
Class Index.GribRecord

java.lang.Object
  extended by ucar.grib.Index.GribRecord
Enclosing class:
Index

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

class to represent each record (parameter) in the index. purpose is to convert from String representation to native value.


Field Summary
 boolean bmsExists
          _more_
 int category
          _more_
 int center
          _more_
 int decimalScale
          _more_
 int discipline
          _more_
 int forecastTime
          _more_
 java.lang.String gdsKey
          _more_
 int levelType1
          _more_
 int levelType2
          _more_
 float levelValue1
          _more_
 float levelValue2
          _more_
 long offset1
          _more_
 long offset2
          _more_
 int paramNumber
          _more_
 int productType
          _more_
 java.util.Date refTime
          _more_
 int subCenter
          _more_
 int table
          _more_
 java.lang.String typeGenProcess
          _more_
 
Constructor Summary
Index.GribRecord()
          constructor.
 
Method Summary
 java.util.Date getValidTime()
          _more_
 void setValidTime(java.util.Date t)
          _more_
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

productType

public int productType
_more_


discipline

public int discipline
_more_


category

public int category
_more_


paramNumber

public int paramNumber
_more_


typeGenProcess

public java.lang.String typeGenProcess
_more_


levelType1

public int levelType1
_more_


levelType2

public int levelType2
_more_


levelValue1

public float levelValue1
_more_


levelValue2

public float levelValue2
_more_


gdsKey

public java.lang.String gdsKey
_more_


offset1

public long offset1
_more_


offset2

public long offset2
_more_


refTime

public java.util.Date refTime
_more_


forecastTime

public int forecastTime
_more_


decimalScale

public int decimalScale
_more_


bmsExists

public boolean bmsExists
_more_


center

public int center
_more_


subCenter

public int subCenter
_more_


table

public int table
_more_

Constructor Detail

Index.GribRecord

public Index.GribRecord()
constructor.

Method Detail

getValidTime

public java.util.Date getValidTime()
_more_

Returns:
_more_

setValidTime

public void setValidTime(java.util.Date t)
_more_

Parameters:
t - _more_