|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.Index.GdsRecord
public static final class Index.GdsRecord
class to represent GDS in the index. purpose is to convert from String representation to native value.
Field Summary | |
---|---|
double |
dx
_more_ |
double |
dy
_more_ |
java.lang.String |
gdsKey
_more_ |
int |
grid_shape_code
_more_ |
int |
grid_type
_more_ |
double |
La1
_more_ |
double |
LaD
_more_ |
double |
latin1
_more_ |
double |
latin2
_more_ |
double |
Lo1
_more_ |
double |
LoV
_more_ |
double |
major_axis_earth
_more_ |
double |
minor_axis_earth
_more_ |
int |
nx
_more_ |
int |
ny
_more_ |
java.util.HashMap |
params
_more_ |
double |
radius_spherical_earth
_more_ |
int |
resolution
_more_ |
java.lang.String |
winds
_more_ |
Constructor Summary | |
---|---|
Index.GdsRecord()
constructor. |
Method Summary | |
---|---|
void |
addParam(java.lang.String key,
java.lang.String value)
adds a param and value. |
double |
readDouble(java.lang.String name)
returns the value of the param. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.HashMap params
public java.lang.String gdsKey
public java.lang.String winds
public int grid_type
public int nx
public int ny
public int resolution
public double dx
public double dy
public double latin1
public double latin2
public double La1
public double Lo1
public double LaD
public double LoV
public int grid_shape_code
public double radius_spherical_earth
public double major_axis_earth
public double minor_axis_earth
Constructor Detail |
---|
public Index.GdsRecord()
Method Detail |
---|
public final void addParam(java.lang.String key, java.lang.String value)
key
- name of the paramvalue
- of the parampublic final double readDouble(java.lang.String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |