public final class Grib2IdentificationSection extends Object
| Constructor and Description |
|---|
Grib2IdentificationSection(RandomAccessFile raf)
Constructs a Grib2IdentificationSection object from a RandomAccessFile.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Grib2IdentificationSection(RandomAccessFile raf) throws IOException
raf - RandomAccessFile with Section 1 contentIOException - if raf contains no valid GRIB filepublic 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()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.