|
||||||||||
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(RandomAccessFile raf)
Constructs a Grib2IdentificationSection object from a RandomAccessFile. |
Method Summary | |
---|---|
Date |
getBaseTime()
reference reference or base time as Dare. |
int |
getCenter_id()
Identification of center. |
int |
getLength()
|
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. |
String |
getProductStatusName()
productStatusName. |
int |
getProductType()
Product type. |
String |
getProductTypeName()
Product type name. |
long |
getRefTime()
return reference time of product in milliseconds. |
int |
getSignificanceOfRT()
Model Run/Analysis/Reference time. |
String |
getSignificanceOfRTName()
Model Run/Analysis/Reference time. |
int |
getSubcenter_id()
Identification of subcenter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib2IdentificationSection(RandomAccessFile raf) throws IOException
raf
- RandomAccessFile with Section 1 content
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 String getSignificanceOfRTName()
public final long getRefTime()
public final Date getBaseTime()
public final int getProductStatus()
public final String getProductStatusName()
public final int getProductType()
public final String getProductTypeName()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |