public final class Grib2ProductDefinitionSection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
timeRangeUnit
Deprecated.
timeRangeUnit.
|
| Constructor and Description |
|---|
Grib2ProductDefinitionSection(RandomAccessFile raf,
long refTime)
Deprecated.
Constructs a Grib2ProductDefinitionSection object from a raf.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTI()
Deprecated.
|
int |
getForecastTime()
Deprecated.
|
int |
getIndicatorTU(int tr)
Deprecated.
|
int |
getLength()
Deprecated.
length of PDS
|
int |
getLenTimeRange(int tr)
Deprecated.
|
int |
getNumberForecasts()
Deprecated.
number of forecasts for this parameter
|
Grib2Pds |
getPdsVars()
Deprecated.
PDS as Grib2PDSVariables
|
int |
getStatProcess(int tr)
Deprecated.
|
int[] |
getTimeIncrement()
Deprecated.
|
int |
getTimeIncrement(int tr)
Deprecated.
|
int |
getTimeRanges()
Deprecated.
|
int |
getTimeType(int tr)
Deprecated.
|
int |
getTimeUnit(int tr)
Deprecated.
|
int |
getTypeFirstFixedSurface()
Deprecated.
|
String |
getTypeFirstFixedSurfaceName()
Deprecated.
|
int |
getTypeSecondFixedSurface()
Deprecated.
|
String |
getTypeSecondFixedSurfaceName()
Deprecated.
|
float |
getValueFirstFixedSurface()
Deprecated.
|
float |
getValueSecondFixedSurface()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
main.
|
public Grib2ProductDefinitionSection(RandomAccessFile raf, long refTime) throws IOException
raf - RandomAccessFile with PDS contentrefTime - reference time in msecsIOException - if raf contains no valid GRIB filepublic final int getForecastTime()
public final int getTypeFirstFixedSurface()
public final String getTypeFirstFixedSurfaceName()
public final float getValueFirstFixedSurface()
public final int getTypeSecondFixedSurface()
public final String getTypeSecondFixedSurfaceName()
public final float getValueSecondFixedSurface()
public final Date getEndTI()
public final int getTimeRanges()
public final int[] getTimeIncrement()
public final int getStatProcess(int tr)
tr - timeRange used for StatProcesspublic final int getTimeType(int tr)
tr - timeRange used for TimeTypepublic final int getTimeUnit(int tr)
tr - timeRange used for TimeUnitpublic final int getLenTimeRange(int tr)
tr - timeRange used for LenTimeRangepublic final int getIndicatorTU(int tr)
tr - timeRange used for IndicatorTUpublic final int getTimeIncrement(int tr)
tr - timeRange used for TimeIncrementpublic final int getNumberForecasts()
public int getLength()
public Grib2Pds getPdsVars()
public static void main(String[] args) throws IOException
args - Grib name and PDS offset in GribIOException - on io errorCopyright © 1999–2013 UCAR/Unidata. All rights reserved.