|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2IdentificationSection
public final class Grib2IdentificationSection
A class representing the IdentificationSection section 1 of a GRIB record. Information about center, tables, and reference times.
Constructor Summary | |
---|---|
Grib2IdentificationSection(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib2IdentificationSection object from a RandomAccessFile. |
Method Summary | |
---|---|
java.util.Date |
getBaseTime()
reference reference or base time as Dare. |
int |
getCenter_id()
Identification of center. |
int |
getLocal_table_version()
local table version number. |
int |
getMaster_table_version()
Parameter Table Version number. |
int |
getProductStatus()
productStatus values are operational, test, research, etc. |
java.lang.String |
getProductStatusName()
productStatusName. |
int |
getProductType()
Product type. |
java.lang.String |
getProductTypeName()
Product type name. |
long |
getRefTime()
return reference time of product in milliseconds. |
int |
getSignificanceOfRT()
Model Run/Analysis/Reference time. |
java.lang.String |
getSignificanceOfRTName()
Model Run/Analysis/Reference time. |
int |
getSubcenter_id()
Identification of subcenter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib2IdentificationSection(ucar.unidata.io.RandomAccessFile raf) throws java.io.IOException
raf
- RandomAccessFile with Section 1 content
java.io.IOException
- if raf contains no valid GRIB fileMethod Detail |
---|
public final int getCenter_id()
public final int getSubcenter_id()
public final int getMaster_table_version()
public final int getLocal_table_version()
public final int getSignificanceOfRT()
public final java.lang.String getSignificanceOfRTName()
public final long getRefTime()
public final java.util.Date getBaseTime()
public final int getProductStatus()
public final java.lang.String getProductStatusName()
public final int getProductType()
public final java.lang.String getProductTypeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |