|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2GridDefinitionSection
public final class Grib2GridDefinitionSection
A class that represents the grid definition section (GDS) of a GRIB product. This is section 3 of a Grib record that contains coordinate information.
Constructor Summary | |
---|---|
Grib2GridDefinitionSection(ucar.unidata.io.RandomAccessFile raf,
boolean doCheckSum)
Constructs a Grib2GridDefinitionSection object from a raf. |
Method Summary | |
---|---|
float |
getAltitude()
Deprecated. |
int |
getAngle()
Deprecated. |
java.lang.String |
getCheckSum()
Deprecated. |
float |
getDstart()
Deprecated. |
float |
getDx()
Deprecated. |
float |
getDy()
Deprecated. |
float |
getEarthRadius()
Deprecated. |
float |
getFactor()
Deprecated. |
int |
getGdsKey()
. |
Grib2GDSVariables |
getGdsVars()
GDS as Grib2GDSVariables |
int |
getGdtn()
Deprecated. |
java.lang.String |
getGrid_units()
Deprecated. |
static java.lang.String |
getGridName(int gdtn)
Deprecated. |
int |
getIolon()
Deprecated. |
float |
getJ()
Deprecated. |
float |
getK()
Deprecated. |
float |
getLa1()
Deprecated. |
float |
getLa2()
Deprecated. |
float |
getLad()
Deprecated. |
float |
getLap()
Deprecated. |
float |
getLatin1()
Deprecated. |
float |
getLatin2()
Deprecated. |
float |
getLo1()
Deprecated. |
float |
getLo2()
Deprecated. |
float |
getLop()
Deprecated. |
float |
getLov()
Deprecated. |
float |
getM()
Deprecated. |
float |
getMajorAxis()
Deprecated. |
int |
getMaxPts()
Deprecated. |
int |
getMethod()
Deprecated. |
float |
getMinorAxis()
Deprecated. |
int |
getMode()
Deprecated. |
int |
getN()
Deprecated. |
int |
getN2()
Deprecated. |
int |
getN3()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
float |
getNb()
Deprecated. |
int |
getNd()
Deprecated. |
int |
getNi()
Deprecated. |
float |
getNr()
Deprecated. |
int |
getNumberPoints()
Deprecated. |
int |
getNx()
Deprecated. |
int |
getNy()
Deprecated. |
int |
getOlon()
Deprecated. |
int[] |
getOlonPoints()
Deprecated. |
int |
getOrder()
Deprecated. |
float |
getPoleLat()
Deprecated. |
float |
getPoleLon()
Deprecated. |
int |
getPosition()
Deprecated. |
int |
getProjectionCenter()
Deprecated. |
int |
getResolution()
Deprecated. |
float |
getRotationangle()
Deprecated. |
int |
getScanMode()
Deprecated. |
int |
getShape()
Deprecated. |
java.lang.String |
getShapeName()
Deprecated. |
static java.lang.String |
getShapeName(int shape)
Deprecated. |
int |
getSource()
Deprecated. |
float |
getSpLat()
Deprecated. |
float |
getSpLon()
Deprecated. |
int |
getSubdivisionsangle()
Deprecated. |
float |
getXo()
Deprecated. |
float |
getXp()
Deprecated. |
float |
getYo()
Deprecated. |
float |
getYp()
Deprecated. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Grib2GridDefinitionSection(ucar.unidata.io.RandomAccessFile raf, boolean doCheckSum) throws java.io.IOException
raf
- RandomAccessFiledoCheckSum
- calculate the checksum
java.io.IOException
- if raf contains no valid GRIB productMethod Detail |
---|
public static java.lang.String getGridName(int gdtn)
gdtn
- Grid definition template number same as type of grid
public final int getSource()
public final int getNumberPoints()
public final int getOlon()
public final int getIolon()
public final int[] getOlonPoints()
public final int getMaxPts()
public final int getGdtn()
public final java.lang.String getName()
public final int getShape()
public final java.lang.String getShapeName()
public static java.lang.String getShapeName(int shape)
shape
- as an int
public final float getEarthRadius()
public final float getMajorAxis()
public final float getMinorAxis()
public final int getNx()
public final int getNy()
public final int getAngle()
public final int getSubdivisionsangle()
public final float getLa1()
public final float getLo1()
public final int getResolution()
public final float getLa2()
public final float getLo2()
public final float getLad()
public final float getLov()
public final float getDx()
public final float getDy()
public java.lang.String getGrid_units()
public final int getProjectionCenter()
public final int getScanMode()
public final float getLatin1()
public final float getLatin2()
public final float getSpLat()
public final float getSpLon()
public final float getRotationangle()
public final float getPoleLat()
public final float getPoleLon()
public final float getFactor()
public final int getN()
public final float getJ()
public final float getK()
public final float getM()
public final int getMethod()
public final int getMode()
public final float getLap()
public final float getLop()
public final float getXp()
public final float getYp()
public final float getXo()
public final float getYo()
public final float getAltitude()
public final int getN2()
public final int getN3()
public final int getNi()
public final int getNd()
public final int getPosition()
public final int getOrder()
public final float getNb()
public final float getNr()
public final float getDstart()
public final java.lang.String getCheckSum()
public final int getGdsKey()
public Grib2GDSVariables getGdsVars()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |