public final class Grib2GridDefinitionSection extends Object
| Constructor and Description |
|---|
Grib2GridDefinitionSection(RandomAccessFile raf,
boolean doCheckSum)
Constructs a Grib2GridDefinitionSection object from a raf.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAltitude()
Deprecated.
|
int |
getAngle()
Deprecated.
|
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()
Grid Definition Template Number .
|
String |
getGrid_units()
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.
|
int |
getLength() |
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.
|
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.
|
String |
getShapeName()
Deprecated.
|
static String |
getShapeName(int shape)
Deprecated.
|
int |
getSource()
source of grid definition.
|
float |
getSpLat()
Deprecated.
|
float |
getSpLon()
Deprecated.
|
int |
getSubdivisionsangle()
Deprecated.
|
float |
getXo()
Deprecated.
|
float |
getXp()
Deprecated.
|
float |
getYo()
Deprecated.
|
float |
getYp()
Deprecated.
|
String |
toString() |
public Grib2GridDefinitionSection(RandomAccessFile raf, boolean doCheckSum) throws IOException
raf - RandomAccessFiledoCheckSum - calculate the checksumIOException - if raf contains no valid GRIB productpublic 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 int getShape()
public final String getShapeName()
public static String getShapeName(int shape)
shape - as an intpublic 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 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 String getCheckSum()
public final int getGdsKey()
public Grib2GDSVariables getGdsVars()
public int getLength()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.