|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2ProductDefinitionSection
public final class Grib2ProductDefinitionSection
A class representing the product definition section (PDS) of a GRIB product. This is section 4 of a Grib record that contains information about the parameter
Field Summary | |
---|---|
protected int |
timeRangeUnit
Deprecated. timeRangeUnit. |
Constructor Summary | |
---|---|
Grib2ProductDefinitionSection(RandomAccessFile raf,
long refTime)
Deprecated. Constructs a Grib2ProductDefinitionSection object from a raf. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int timeRangeUnit
Constructor Detail |
---|
public Grib2ProductDefinitionSection(RandomAccessFile raf, long refTime) throws IOException
raf
- RandomAccessFile with PDS contentrefTime
- reference time in msecs
IOException
- if raf contains no valid GRIB fileMethod Detail |
---|
public 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 StatProcess
public final int getTimeType(int tr)
tr
- timeRange used for TimeType
public final int getTimeUnit(int tr)
tr
- timeRange used for TimeUnit
public final int getLenTimeRange(int tr)
tr
- timeRange used for LenTimeRange
public final int getIndicatorTU(int tr)
tr
- timeRange used for IndicatorTU
public final int getTimeIncrement(int tr)
tr
- timeRange used for TimeIncrement
public final int getNumberForecasts()
public int getLength()
public Grib2Pds getPdsVars()
public static void main(String[] args) throws IOException
args
- Grib name and PDS offset in Grib
IOException
- on io error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |