|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GribGDSVariablesIF
A interface for handling Grib1 and Grib2 GDS variables from a byte[].
Field Summary | |
---|---|
static float |
tenToNegSix
scale factor for Lat/Lon variables in degrees. |
static float |
tenToNegThree
scale factor for dx and dy variables plus others |
static float |
tenToSix
|
static float |
tenToThree
|
Method Summary | |
---|---|
int |
getAngle()
. |
float |
getDx()
Get x-increment/distance between two grid points. |
float |
getDy()
Get y-increment/distance between two grid points. |
float |
getEarthRadius()
. |
byte[] |
getGDSBytes()
GDS as a byte[] |
int |
getGdsKey()
. |
int |
getGdtn()
Grid Definition Template Number . |
java.lang.String |
getGridUnits()
grid units |
int |
getIolon()
are extreme points in the quasi regular grid. |
float |
getLa1()
. |
float |
getLa2()
. |
float |
getLaD()
. |
float |
getLap()
. |
float |
getLatin1()
. |
float |
getLatin2()
. |
int |
getLength()
|
float |
getLo1()
. |
float |
getLo2()
. |
float |
getLop()
. |
float |
getLoV()
. |
float |
getMajorAxis()
. |
float |
getMinorAxis()
. |
int |
getNp()
. |
float |
getNr()
. |
int |
getNumberPoints()
number of data points . |
int |
getNx()
Get number of grid columns. |
int |
getNy()
Get number of grid rows. |
int |
getOlon()
olon > 0 is a quasi regular grid. |
float |
getPoleLat()
. |
float |
getPoleLon()
. |
int |
getProjectionFlag()
. |
int |
getResolution()
. |
float |
getRotationAngle()
. |
int |
getScanMode()
Get scan mode. |
int |
getSection()
Number of this section . |
int |
getShape()
. |
int |
getSource()
source of grid definition. |
float |
getSpLat()
. |
float |
getSpLon()
. |
float |
getStretchingFactor()
. |
int |
getSubDivisions()
. |
float |
getXo()
. |
float |
getXp()
. |
float |
getYo()
. |
float |
getYp()
. |
Field Detail |
---|
static final float tenToNegSix
static final float tenToSix
static final float tenToNegThree
static final float tenToThree
Method Detail |
---|
byte[] getGDSBytes()
int getLength()
int getSection()
int getSource()
int getNumberPoints()
int getOlon()
int getIolon()
int getGdtn()
int getShape()
float getEarthRadius()
float getMajorAxis()
float getMinorAxis()
int getNx()
int getNy()
int getAngle()
int getSubDivisions()
float getLa1()
float getLo1()
int getResolution()
float getLa2()
float getLo2()
float getLaD()
float getLoV()
float getDx()
float getDy()
java.lang.String getGridUnits()
int getProjectionFlag()
int getScanMode()
float getLatin1()
float getLatin2()
float getSpLat()
float getSpLon()
float getRotationAngle()
float getPoleLat()
float getPoleLon()
float getStretchingFactor()
int getNp()
float getLap()
float getLop()
float getXp()
float getYp()
float getXo()
float getYo()
float getNr()
int getGdsKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |