|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.Index.GribRecord
public final class Index.GribRecord
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 |
---|
public int productType
public int discipline
public int category
public int paramNumber
public java.lang.String typeGenProcess
public int levelType1
public int levelType2
public float levelValue1
public float levelValue2
public java.lang.String gdsKey
public long offset1
public long offset2
public java.util.Date refTime
public int forecastTime
public int decimalScale
public boolean bmsExists
public int center
public int subCenter
public int table
Constructor Detail |
---|
public Index.GribRecord()
Method Detail |
---|
public java.util.Date getValidTime()
public void setValidTime(java.util.Date t)
t
- _more_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |