|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableLookup
Abstracts lookup functionality for grib1 and grib2.
Field Summary | |
---|---|
static int |
AlbersEqualArea
Deprecated. _more_ |
static int |
GaussianLatLon
Deprecated. _more_ |
static int |
LambertAzimuthEqualArea
Deprecated. _more_ |
static int |
LambertConformal
Deprecated. _more_ |
static int |
Mercator
Deprecated. _more_ |
static int |
Orthographic
Deprecated. _more_ |
static int |
PolarStereographic
Deprecated. projection enumerations. |
static int |
RotatedLatLon
Deprecated. |
static int |
UTM
Deprecated. _more_ |
Method Summary | |
---|---|
java.lang.String |
getCategoryName(Index.GribRecord gr)
Deprecated. . |
java.lang.String |
getDisciplineName(Index.GribRecord gr)
Deprecated. . |
java.util.Date |
getFirstBaseTime()
Deprecated. . |
java.lang.String |
getFirstCenterName()
Deprecated. . |
float |
getFirstMissingValue()
Deprecated. . |
java.lang.String |
getFirstProductStatusName()
Deprecated. . |
java.lang.String |
getFirstProductTypeName()
Deprecated. . |
java.lang.String |
getFirstSignificanceOfRTName()
Deprecated. . |
int |
getFirstSubcenterId()
Deprecated. . |
java.lang.String |
getFirstTimeRangeUnitName()
Deprecated. . |
java.lang.String |
getGridName(Index.GdsRecord gds)
Deprecated. Get the name of the Variable |
java.lang.String |
getLevelDescription(Index.GribRecord gr)
Deprecated. . |
java.lang.String |
getLevelName(Index.GribRecord gr)
Deprecated. . |
java.lang.String |
getLevelUnit(Index.GribRecord gr)
Deprecated. . |
GridParameter |
getParameter(Index.GribRecord gr)
Deprecated. . |
int[] |
getParameterId(Index.GribRecord gr)
Deprecated. Return an int array that uniquely specifies this parameter |
java.lang.String |
getProductDefinitionName(Index.GribRecord gr)
Deprecated. . |
int |
getProjectionType(Index.GdsRecord gds)
Deprecated. . |
java.lang.String |
getShapeName(Index.GdsRecord gds)
Deprecated. . |
java.lang.String |
getTypeGenProcessName(Index.GribRecord gr)
Deprecated. process type used to generate data. |
boolean |
isLatLon(Index.GdsRecord gds)
Deprecated. . |
boolean |
isPositiveUp(Index.GribRecord gr)
Deprecated. . |
boolean |
isVerticalCoordinate(Index.GribRecord gr)
Deprecated. if vertical level should be made into a coordinate; dont do for surface, 1D levels. |
Field Detail |
---|
static final int PolarStereographic
static final int LambertConformal
static final int Mercator
static final int UTM
static final int AlbersEqualArea
static final int LambertAzimuthEqualArea
static final int Orthographic
static final int GaussianLatLon
static final int RotatedLatLon
Method Detail |
---|
java.lang.String getGridName(Index.GdsRecord gds)
gds
- the gds record
java.lang.String getShapeName(Index.GdsRecord gds)
gds
- the gds record
java.lang.String getDisciplineName(Index.GribRecord gr)
gr
- the grib record
java.lang.String getCategoryName(Index.GribRecord gr)
gr
- the grib record
GridParameter getParameter(Index.GribRecord gr)
gr
- the grib record
java.lang.String getTypeGenProcessName(Index.GribRecord gr)
gr
- the grib record
int[] getParameterId(Index.GribRecord gr)
gr
- the grib record
java.lang.String getProductDefinitionName(Index.GribRecord gr)
gr
- the grib record
java.lang.String getLevelName(Index.GribRecord gr)
gr
- the grib record
java.lang.String getLevelDescription(Index.GribRecord gr)
gr
- the grib record
java.lang.String getLevelUnit(Index.GribRecord gr)
gr
- the grib record
java.lang.String getFirstTimeRangeUnitName()
java.lang.String getFirstCenterName()
int getFirstSubcenterId()
java.lang.String getFirstProductStatusName()
java.lang.String getFirstProductTypeName()
java.lang.String getFirstSignificanceOfRTName()
java.util.Date getFirstBaseTime()
boolean isLatLon(Index.GdsRecord gds)
gds
- the gds record
boolean isVerticalCoordinate(Index.GribRecord gr)
gr
- the grib record
boolean isPositiveUp(Index.GribRecord gr)
gr
- the grib record
int getProjectionType(Index.GdsRecord gds)
gds
- the gds record
float getFirstMissingValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |