|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1ProductDefinitionSection
public final class Grib1ProductDefinitionSection
A class representing the product definition section (PDS) of a GRIB record.
Constructor Summary | |
---|---|
Grib1ProductDefinitionSection(RandomAccessFile raf)
Constructs a Grib1ProductDefinitionSection object from a raf. |
Method Summary | |
---|---|
boolean |
bmsExists()
Deprecated. |
boolean |
gdsExists()
Deprecated. |
Date |
getBaseTime()
Deprecated. |
String |
getCenter_idName()
Deprecated. |
int |
getCenter()
Deprecated. |
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. |
GridParameter |
getParameter()
Deprecated. |
int |
getParameterNumber()
Deprecated. |
Grib1Pds |
getPdsVars()
PDS as Grib1PDSVariables |
int |
getProductDefinition()
Deprecated. |
static String |
getProductDefinitionName(int type)
Deprecated. |
long |
getRefTime()
Deprecated. |
String |
getSubCenter_idName(int center)
Deprecated. |
int |
getSubCenter()
Deprecated. |
int |
getTableVersion()
Deprecated. |
int |
getTimeRange()
Deprecated. |
String |
getTimeRangeString()
Deprecated. |
String |
getTimeUnit()
Deprecated. |
String |
getType()
Deprecated. |
int |
getTypeGenProcess()
Deprecated. |
static String |
getTypeGenProcessName(int typeGenProcess)
Deprecated. |
static String |
getTypeGenProcessName(String typeGenProcess)
Deprecated. |
String |
getUnit()
Deprecated. |
static void |
main(String[] args)
main. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1ProductDefinitionSection(RandomAccessFile raf) throws NotSupportedException, IOException
raf
- with PDS content
IOException
- if raf can not be opened etc.
NotSupportedException
- if raf contains no valid GRIB fileMethod Detail |
---|
public final boolean gdsExists()
public final boolean bmsExists()
public final int getCenter()
public final int getTypeGenProcess()
public static final String getTypeGenProcessName(String typeGenProcess)
typeGenProcess
-
public static final String getTypeGenProcessName(int typeGenProcess)
typeGenProcess
-
public final int getGrid_Id()
public final String getCenter_idName()
public final int getSubCenter()
public final String getSubCenter_idName(int center)
center
-
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 GridParameter getParameter()
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 Grib
IOException
- on io error
NoValidGribException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |