|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1Lookup
public final class Grib1Lookup
Grib1Lookup.java get all the information about a Grib file.
Field Summary |
---|
Fields inherited from interface ucar.grib.TableLookup |
---|
AlbersEqualArea, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM |
Constructor Summary | |
---|---|
Grib1Lookup(Grib1Product firstProduct)
Deprecated. gets the first PDS out of a Grib file. |
Method Summary | |
---|---|
java.lang.String |
getCategoryName(Index.GribRecord gr)
Deprecated. gets the CategoryName. |
java.lang.String |
getDisciplineName(Index.GribRecord gr)
Deprecated. gets the DisciplineName. |
java.util.Date |
getFirstBaseTime()
Deprecated. gets the BaseTime Forecastime. |
java.lang.String |
getFirstCenterName()
Deprecated. gets the CenterName. |
float |
getFirstMissingValue()
Deprecated. gets the MissingValue. |
java.lang.String |
getFirstProductStatusName()
Deprecated. gets the ProductStatusName. |
java.lang.String |
getFirstProductTypeName()
Deprecated. gets the ProductTypeName. |
java.lang.String |
getFirstSignificanceOfRTName()
Deprecated. gets the SignificanceOfRTName. |
int |
getFirstSubcenterId()
Deprecated. gets the SubcenterId. |
java.lang.String |
getFirstTimeRangeUnitName()
Deprecated. gets the TimeRangeUnitName. |
java.lang.String |
getGridName(Index.GdsRecord gds)
Deprecated. gets the grid type. |
java.lang.String |
getLevelDescription(Index.GribRecord gr)
Deprecated. gets the LevelDescription. |
java.lang.String |
getLevelName(Index.GribRecord gr)
Deprecated. gets the LevelName. |
java.lang.String |
getLevelUnit(Index.GribRecord gr)
Deprecated. gets the LevelUnit. |
GridParameter |
getParameter(Index.GribRecord gr)
Deprecated. gets parameter table, then grib1 parameter based on number. |
int[] |
getParameterId(Index.GribRecord gr)
Deprecated. _more_ |
java.lang.String |
getProductDefinitionName(Index.GribRecord gr)
Deprecated. gets the ProductDefinitionName. |
int |
getProjectionType(Index.GdsRecord gds)
Deprecated. gets the ProjectionType. |
java.lang.String |
getShapeName(Index.GdsRecord gds)
Deprecated. gets the ShapeName. |
java.lang.String |
getTypeGenProcessName(Index.GribRecord gr)
Deprecated. gets the Type of Gen Process Name. |
boolean |
isLatLon(Index.GdsRecord gds)
Deprecated. is this a LatLon grid. |
boolean |
isPositiveUp(Index.GribRecord gr)
Deprecated. is this a PositiveUp VerticalCoordinate. |
boolean |
isVerticalCoordinate(Index.GribRecord gr)
Deprecated. is this a VerticalCoordinate. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1Lookup(Grib1Product firstProduct)
firstProduct
- sets the PDSMethod Detail |
---|
public final java.lang.String getGridName(Index.GdsRecord gds)
getGridName
in interface TableLookup
gds
-
public final java.lang.String getShapeName(Index.GdsRecord gds)
getShapeName
in interface TableLookup
gds
-
public final GridParameter getParameter(Index.GribRecord gr)
getParameter
in interface TableLookup
gr
- Index.GribRecord
public int[] getParameterId(Index.GribRecord gr)
getParameterId
in interface TableLookup
gr
- _more_
public final java.lang.String getDisciplineName(Index.GribRecord gr)
getDisciplineName
in interface TableLookup
gr
-
public final java.lang.String getCategoryName(Index.GribRecord gr)
getCategoryName
in interface TableLookup
gr
-
public final java.lang.String getProductDefinitionName(Index.GribRecord gr)
getProductDefinitionName
in interface TableLookup
gr
-
public final java.lang.String getTypeGenProcessName(Index.GribRecord gr)
getTypeGenProcessName
in interface TableLookup
gr
-
public final java.lang.String getLevelName(Index.GribRecord gr)
getLevelName
in interface TableLookup
gr
-
public final java.lang.String getLevelDescription(Index.GribRecord gr)
getLevelDescription
in interface TableLookup
gr
-
public final java.lang.String getLevelUnit(Index.GribRecord gr)
getLevelUnit
in interface TableLookup
gr
-
public final java.lang.String getFirstTimeRangeUnitName()
getFirstTimeRangeUnitName
in interface TableLookup
public final java.lang.String getFirstCenterName()
getFirstCenterName
in interface TableLookup
public final int getFirstSubcenterId()
getFirstSubcenterId
in interface TableLookup
public final java.lang.String getFirstProductStatusName()
getFirstProductStatusName
in interface TableLookup
public final java.lang.String getFirstProductTypeName()
getFirstProductTypeName
in interface TableLookup
public final java.lang.String getFirstSignificanceOfRTName()
getFirstSignificanceOfRTName
in interface TableLookup
public final java.util.Date getFirstBaseTime()
getFirstBaseTime
in interface TableLookup
public final boolean isLatLon(Index.GdsRecord gds)
isLatLon
in interface TableLookup
gds
-
public final int getProjectionType(Index.GdsRecord gds)
getProjectionType
in interface TableLookup
gds
-
public final boolean isVerticalCoordinate(Index.GribRecord gr)
isVerticalCoordinate
in interface TableLookup
gr
-
public final boolean isPositiveUp(Index.GribRecord gr)
isPositiveUp
in interface TableLookup
gr
-
public final float getFirstMissingValue()
getFirstMissingValue
in interface TableLookup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |