public final class Grib1ProductDefinitionSection extends Object
| Constructor and Description |
|---|
Grib1ProductDefinitionSection(RandomAccessFile raf)
Constructs a Grib1ProductDefinitionSection object from a raf.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
bmsExists()
Deprecated.
|
boolean |
gdsExists()
Deprecated.
|
Date |
getBaseTime()
Deprecated.
|
int |
getCenter()
Deprecated.
|
String |
getCenterName() |
int |
getDecimalScale()
Deprecated.
|
String |
getDescription()
Deprecated.
|
int |
getForecastTime()
Deprecated.
|
int |
getGrid_Id()
Deprecated.
|
int |
getGrid_ID()
Deprecated.
|
int |
getLength()
Deprecated.
|
boolean |
getLengthErr()
Deprecated.
|
String |
getLevelName()
Deprecated.
|
int |
getLevelType()
Deprecated.
|
float |
getLevelValue1()
Deprecated.
|
float |
getLevelValue2()
Deprecated.
|
int |
getP1()
Deprecated.
|
int |
getP2()
Deprecated.
|
int |
getParameterNumber()
Deprecated.
|
Grib1Pds |
getPdsVars()
PDS as Grib1PDSVariables
|
int |
getProductDefinition()
Deprecated.
|
static String |
getProductDefinitionName(int type)
Deprecated.
|
long |
getRefTime()
Deprecated.
|
int |
getSubCenter() |
String |
getSubCenterName() |
int |
getTableVersion()
Deprecated.
|
int |
getTimeRange()
Deprecated.
|
String |
getTimeRangeString()
Deprecated.
|
String |
getTimeUnit()
Deprecated.
|
String |
getType()
Deprecated.
|
int |
getTypeGenProcess()
Deprecated.
|
static String |
getTypeGenProcessName(int typeGenProcess)
Deprecated.
|
String |
getUnit()
Deprecated.
|
static void |
main(String[] args)
main.
|
public Grib1ProductDefinitionSection(RandomAccessFile raf) throws NotSupportedException, IOException
raf - with PDS contentIOException - if raf can not be opened etc.NotSupportedException - if raf contains no valid GRIB filepublic final boolean gdsExists()
public final boolean bmsExists()
public final int getCenter()
public final int getTypeGenProcess()
public static final String getTypeGenProcessName(int typeGenProcess)
typeGenProcess - public final int getGrid_Id()
public final String getCenterName()
public final int getSubCenter()
public final String getSubCenterName()
public final int getTableVersion()
public final int getDecimalScale()
public final int getParameterNumber()
public final String getType()
public final String getDescription()
public final String getUnit()
public final String getLevelName()
public final int getLevelType()
public final float getLevelValue1()
public final float getLevelValue2()
public final Date getBaseTime()
public final long getRefTime()
public final int getForecastTime()
public final int getP1()
public final int getP2()
public final String getTimeUnit()
public final int getProductDefinition()
public static String getProductDefinitionName(int type)
type - public final int getGrid_ID()
public final int getTimeRange()
public final String getTimeRangeString()
public final boolean getLengthErr()
public int getLength()
public Grib1Pds getPdsVars()
public static void main(String[] args) throws IOException, NoValidGribException
args - Grib name and PDS offset in GribIOException - on io errorNoValidGribExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.