public interface GribGDSVariablesIF
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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 .
|
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()
.
|
static final float tenToNegSix
static final float tenToSix
static final float tenToNegThree
static final float tenToThree
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()
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()
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.