|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.gempak.GempakLookup
public final class GempakLookup
GempakLookup get all the information about a GEMPAK file.
Field Summary |
---|
Fields inherited from interface ucar.grid.GridTableLookup |
---|
AlbersEqualArea, Curvilinear, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM |
Constructor Summary | |
---|---|
GempakLookup(GempakGridRecord sample)
Gets a representative grid for this lookup |
Method Summary | |
---|---|
String |
getCategoryName(GridRecord gr)
gets the CategoryName. |
String |
getComment()
comment for CF conventions. |
String |
getDisciplineName(GridRecord gr)
gets the DisciplineName. |
Date |
getFirstBaseTime()
gets the BaseTime Forecastime. |
float |
getFirstMissingValue()
gets the MissingValue. |
String |
getGridName(GridDefRecord gds)
gets the grid type. |
String |
getGridType()
Get the grid type for labelling |
String |
getInstitution()
Institution for CF conventions |
String |
getLevelDescription(GridRecord gr)
gets the LevelDescription. |
String |
getLevelName(GridRecord gr)
gets the LevelName. |
String |
getLevelUnit(GridRecord gr)
gets the LevelUnit. |
GridParameter |
getParameter(GridRecord gr)
gets parameter table, then grib1 parameter based on number. |
int |
getProjectionType(GridDefRecord gds)
gets the ProjectionType. |
String |
getShapeName(GridDefRecord gds)
. |
String |
getSource()
gets the Source, Generating Process or Model. |
String |
getTimeRangeUnitName(int tunit)
Get the first time range unit name |
String |
getTitle()
gets the CF title. |
boolean |
isLatLon(GridDefRecord gds)
is this a LatLon grid. |
boolean |
isLayer(GridRecord gr)
Is this a layer? |
boolean |
isPositiveUp(GridRecord gr)
is this a PositiveUp VerticalCoordinate. |
boolean |
isVerticalCoordinate(GridRecord gr)
is this a VerticalCoordinate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GempakLookup(GempakGridRecord sample)
sample
- Method Detail |
---|
public String getShapeName(GridDefRecord gds)
getShapeName
in interface GridTableLookup
gds
-
public final String getGridName(GridDefRecord gds)
getGridName
in interface GridTableLookup
gds
-
public final GridParameter getParameter(GridRecord gr)
getParameter
in interface GridTableLookup
gr
- GridRecord
public final String getDisciplineName(GridRecord gr)
getDisciplineName
in interface GridTableLookup
gr
-
public final String getCategoryName(GridRecord gr)
getCategoryName
in interface GridTableLookup
gr
-
public final String getLevelName(GridRecord gr)
getLevelName
in interface GridTableLookup
gr
-
public final String getLevelDescription(GridRecord gr)
getLevelDescription
in interface GridTableLookup
gr
-
public final String getLevelUnit(GridRecord gr)
getLevelUnit
in interface GridTableLookup
gr
-
public final String getTimeRangeUnitName(int tunit)
GridTableLookup
getTimeRangeUnitName
in interface GridTableLookup
public final Date getFirstBaseTime()
getFirstBaseTime
in interface GridTableLookup
public final boolean isLatLon(GridDefRecord gds)
isLatLon
in interface GridTableLookup
gds
-
public final int getProjectionType(GridDefRecord gds)
getProjectionType
in interface GridTableLookup
gds
-
public final boolean isVerticalCoordinate(GridRecord gr)
isVerticalCoordinate
in interface GridTableLookup
gr
-
public final boolean isPositiveUp(GridRecord gr)
isPositiveUp
in interface GridTableLookup
gr
-
public final float getFirstMissingValue()
getFirstMissingValue
in interface GridTableLookup
public boolean isLayer(GridRecord gr)
isLayer
in interface GridTableLookup
gr
- record to check
public final String getTitle()
getTitle
in interface GridTableLookup
public String getInstitution()
getInstitution
in interface GridTableLookup
public final String getSource()
getSource
in interface GridTableLookup
public final String getComment()
getComment
in interface GridTableLookup
public String getGridType()
getGridType
in interface GridTableLookup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |