|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2GridTableLookup
public final class Grib2GridTableLookup
Field Summary |
---|
Fields inherited from interface ucar.grid.GridTableLookup |
---|
AlbersEqualArea, Curvilinear, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM |
Constructor Summary | |
---|---|
Grib2GridTableLookup(Grib2Record firstRecord)
Constructor. |
Method Summary | |
---|---|
String |
getCategoryName(GridRecord gr)
gets the CategoryName. |
String |
getComment()
comment for CF conventions. |
String |
getDisciplineName(GridRecord gr)
gets the DisciplineName. |
Date |
getFirstBaseTime()
Get the first base time |
String |
getFirstCenterName()
gets the CenterName. |
float |
getFirstMissingValue()
gets the MissingValue. |
String |
getFirstProductStatusName()
gets the ProductStatusName. |
String |
getFirstProductTypeName()
gets the ProductTypeName. |
String |
getFirstSignificanceOfRTName()
gets the SignificanceOfRTName. |
String |
getFirstSubcenterName()
gets the Subcenter Name, dependant on center. |
int |
getGenProcessType(GridRecord gr)
gets the Type of Gen Process. |
String |
getGenProcessTypeName(GridRecord gr)
gets the Type of Gen Process Name. |
String |
getGridName(GridDefRecord gds)
gets the grid type. |
String |
getGridType()
gets the grid type. |
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. |
String |
getModel()
|
GridParameter |
getParameter(GridRecord gr)
Get the grid parameter that corresponds to this record Check for local parameters, default is NCEP so check it first. |
int[] |
getParameterId(GridRecord gr)
|
int |
getProductDefinition(GridRecord gr)
gets the ProductDefinition. |
String |
getProductDefinitionName(GridRecord gr)
gets the ProductDefinitionName. |
int |
getProjectionType(GridDefRecord gds)
gets the ProjectionType. |
String |
getShapeName(GridDefRecord gds)
gets the ShapeName. |
String |
getSource()
gets the Source, Generating Process or Model. |
String |
getTimeRangeUnitName(int tunit)
gets the TimeRangeUnitName. |
String |
getTitle()
gets the CF title. |
boolean |
isLatLon(GridDefRecord gds)
is this a LatLon grid. |
boolean |
isLayer(GridRecord gr)
Check to see if this grid is a layer variable |
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 Grib2GridTableLookup(Grib2Record firstRecord)
firstRecord
- in the Grib fileMethod Detail |
---|
public final String getGridName(GridDefRecord gds)
getGridName
in interface GridTableLookup
gds
- Grib2GridDefinitionSection
public final String getShapeName(GridDefRecord gds)
getShapeName
in interface GridTableLookup
gds
- Grib2GridDefinitionSection
public final String getDisciplineName(GridRecord gr)
getDisciplineName
in interface GridTableLookup
gr
- GridRecord
public final String getCategoryName(GridRecord gr)
getCategoryName
in interface GridTableLookup
gr
- GridRecord
public GridParameter getParameter(GridRecord gr)
getParameter
in interface GridTableLookup
gr
- record to check
public int[] getParameterId(GridRecord gr)
gr
- GridRecord
public final String getProductDefinitionName(GridRecord gr)
gr
- GridRecord
public final int getProductDefinition(GridRecord gr)
gr
- GridRecord
public final String getSource()
getSource
in interface GridTableLookup
public final String getGenProcessTypeName(GridRecord gr)
gr
- GridRecord
public final int getGenProcessType(GridRecord gr)
gr
- GridRecord
public final String getLevelName(GridRecord gr)
getLevelName
in interface GridTableLookup
gr
- GridRecord
public final String getLevelDescription(GridRecord gr)
getLevelDescription
in interface GridTableLookup
gr
- GridRecord
public final String getLevelUnit(GridRecord gr)
getLevelUnit
in interface GridTableLookup
gr
- GridRecord
public final Date getFirstBaseTime()
getFirstBaseTime
in interface GridTableLookup
public final String getTimeRangeUnitName(int tunit)
getTimeRangeUnitName
in interface GridTableLookup
public final String getFirstCenterName()
public final String getFirstSubcenterName()
public String getInstitution()
getInstitution
in interface GridTableLookup
public final String getFirstProductStatusName()
public final String getComment()
getComment
in interface GridTableLookup
public final String getFirstProductTypeName()
public final String getTitle()
getTitle
in interface GridTableLookup
public final String getModel()
public final String getFirstSignificanceOfRTName()
public final boolean isLatLon(GridDefRecord gds)
isLatLon
in interface GridTableLookup
gds
- GridDefRecord
public final int getProjectionType(GridDefRecord gds)
getProjectionType
in interface GridTableLookup
gds
- GridDefRecord
public final boolean isVerticalCoordinate(GridRecord gr)
isVerticalCoordinate
in interface GridTableLookup
gr
- GridRecord
public final boolean isPositiveUp(GridRecord gr)
isPositiveUp
in interface GridTableLookup
gr
- GridRecord
public final float getFirstMissingValue()
getFirstMissingValue
in interface GridTableLookup
public final boolean isLayer(GridRecord gr)
isLayer
in interface GridTableLookup
gr
- record to check
public final String getGridType()
getGridType
in interface GridTableLookup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |