|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1GridDefinitionSection
public class Grib1GridDefinitionSection
A class that represents the grid definition section (GDS) of a GRIB record.
Constructor Summary | |
---|---|
Grib1GridDefinitionSection()
constructor |
|
Grib1GridDefinitionSection(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib1GridDefinitionSection object from a raf. |
Method Summary | |
---|---|
double |
getAngle()
Deprecated. |
java.lang.String |
getCheckSum()
Deprecated. |
double |
getDx()
Deprecated. |
double |
getDy()
Deprecated. |
int |
getGdsKey()
. |
Grib1GDSVariables |
getGdsVars()
GDS as Grib2GDSVariables |
int |
getGdtn()
Deprecated. |
java.lang.String |
getGrid_units()
Deprecated. |
int |
getGridType()
Deprecated. |
boolean |
getIsThin()
Deprecated. |
double |
getLa1()
Deprecated. |
double |
getLa2()
Deprecated. |
double |
getLad()
Deprecated. |
double |
getLatin()
Deprecated. |
double |
getLatin1()
Deprecated. |
double |
getLatin2()
Deprecated. |
int |
getLength()
Deprecated. |
double |
getLo1()
Deprecated. |
double |
getLo2()
Deprecated. |
double |
getLov()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
static java.lang.String |
getName(int type)
Deprecated. |
double |
getNp()
Deprecated. |
int[] |
getNumPV()
Deprecated. |
int |
getNx()
Deprecated. |
int |
getNy()
Deprecated. |
int |
getProjectionCenter()
Deprecated. |
int |
getResolution()
Deprecated. |
int |
getScanMode()
Deprecated. |
int |
getShape()
Deprecated. |
static double |
getShapeMajorAxis()
Deprecated. |
static double |
getShapeMinorAxis()
Deprecated. |
java.lang.String |
getShapeName()
Deprecated. |
static java.lang.String |
getShapeName(int code)
Deprecated. |
static double |
getShapeRadius()
Deprecated. |
double |
getSpLat()
Deprecated. |
double |
getSpLon()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1GridDefinitionSection()
public Grib1GridDefinitionSection(ucar.unidata.io.RandomAccessFile raf) throws java.io.IOException, NoValidGribException
raf
- RandomAccessFile with GDS content
java.io.IOException
- if RandomAccessFile has error.
NoValidGribException
- if raf contains no valid GRIB infoMethod Detail |
---|
public final int getLength()
public final boolean getIsThin()
public final int[] getNumPV()
public final int getGridType()
public final int getGdtn()
public final java.lang.String getName()
public static java.lang.String getName(int type)
type
-
public final int getNx()
public final int getNy()
public final double getLa1()
public final double getLo1()
public final int getResolution()
public final int getShape()
public final java.lang.String getShapeName()
public static java.lang.String getShapeName(int code)
code
- grid shape code
public static final double getShapeRadius()
public static final double getShapeMajorAxis()
public static final double getShapeMinorAxis()
public final double getLa2()
public final double getLo2()
public final double getLov()
public final double getLad()
public final double getDx()
public final double getDy()
public java.lang.String getGrid_units()
public final double getNp()
public final int getScanMode()
public final int getProjectionCenter()
public final double getLatin()
public final double getLatin1()
public final double getLatin2()
public final double getSpLat()
public final double getSpLon()
public final double getAngle()
public final java.lang.String getCheckSum()
public final int getGdsKey()
public Grib1GDSVariables getGdsVars()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |