|
||||||||||
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(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib1ProductDefinitionSection object from a raf. |
Method Summary | |
---|---|
boolean |
bmsExists()
Deprecated. |
boolean |
gdsExists()
Deprecated. |
java.util.Date |
getBaseTime()
Deprecated. |
java.lang.String |
getCenter_idName()
Deprecated. |
int |
getCenter()
Deprecated. |
int |
getDecimalScale()
Deprecated. |
java.lang.String |
getDescription()
Deprecated. |
int |
getForecastTime()
Deprecated. |
int |
getGrid_Id()
Deprecated. |
int |
getGrid_ID()
Deprecated. |
int |
getLength()
Deprecated. |
boolean |
getLengthErr()
Deprecated. |
java.lang.String |
getLevelName()
Deprecated. |
int |
getLevelType()
Deprecated. |
float |
getLevelValue1()
Deprecated. |
float |
getLevelValue2()
Deprecated. |
int |
getP1()
Deprecated. |
int |
getP2()
Deprecated. |
GridParameter |
getParameter()
Deprecated. |
int |
getParameterNumber()
Deprecated. |
Grib1PDSVariables |
getPdsVars()
PDS as Grib1PDSVariables |
int |
getProductDefinition()
Deprecated. |
static java.lang.String |
getProductDefinitionName(int type)
Deprecated. |
long |
getRefTime()
Deprecated. |
java.lang.String |
getSubCenter_idName(int center)
Deprecated. |
int |
getSubCenter()
Deprecated. |
int |
getTableVersion()
Deprecated. |
int |
getTimeRange()
Deprecated. |
java.lang.String |
getTimeRangeString()
Deprecated. |
java.lang.String |
getTimeUnit()
Deprecated. |
java.lang.String |
getType()
Deprecated. |
int |
getTypeGenProcess()
Deprecated. |
static java.lang.String |
getTypeGenProcessName(int typeGenProcess)
Deprecated. |
static java.lang.String |
getTypeGenProcessName(java.lang.String typeGenProcess)
Deprecated. |
java.lang.String |
getUnit()
Deprecated. |
static void |
main(java.lang.String[] args)
main. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1ProductDefinitionSection(ucar.unidata.io.RandomAccessFile raf) throws NotSupportedException, java.io.IOException
raf
- with PDS content
java.io.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 java.lang.String getTypeGenProcessName(java.lang.String typeGenProcess)
typeGenProcess
-
public static final java.lang.String getTypeGenProcessName(int typeGenProcess)
typeGenProcess
-
public final int getGrid_Id()
public final java.lang.String getCenter_idName()
public final int getSubCenter()
public final java.lang.String getSubCenter_idName(int center)
center
-
public final int getTableVersion()
public final int getDecimalScale()
public final int getParameterNumber()
public final java.lang.String getType()
public final java.lang.String getDescription()
public final java.lang.String getUnit()
public final java.lang.String getLevelName()
public final int getLevelType()
public final float getLevelValue1()
public final float getLevelValue2()
public final java.util.Date getBaseTime()
public final long getRefTime()
public final int getForecastTime()
public final int getP1()
public final int getP2()
public final GridParameter getParameter()
public final java.lang.String getTimeUnit()
public final int getProductDefinition()
public static java.lang.String getProductDefinitionName(int type)
type
-
public final int getGrid_ID()
public final int getTimeRange()
public final java.lang.String getTimeRangeString()
public final boolean getLengthErr()
public int getLength()
public Grib1PDSVariables getPdsVars()
public static void main(java.lang.String[] args) throws java.io.IOException, NoValidGribException
args
- Grib name and PDS offset in Grib
java.io.IOException
- on io error
NoValidGribException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |