public class Grib1GridTableLookup extends Object implements GridTableLookup
AlbersEqualArea, Curvilinear, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM| Constructor and Description |
|---|
Grib1GridTableLookup(Grib1Record firstRecord)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName(GridRecord gr)
gets the Category Name.
|
String |
getComment()
comment for CF conventions.
|
String |
getDisciplineName(GridRecord gr)
gets the DisciplineName.
|
Date |
getFirstBaseTime()
Get the first base time
|
int |
getFirstCenterId() |
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.
|
int |
getFirstSubcenterId()
gets the SubcenterId.
|
String |
getFirstSubcenterName()
gets the Subcenter Name.
|
int |
getFirstTableVersion() |
String |
getGenProcessName(GridRecord gr)
gets the Type of Gen Process Name.
|
String |
getGridName(GridDefRecord gds)
gets the grid name.
|
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
gets parameter table, then grib1 parameter based on number.
|
int |
getProjectionType(GridDefRecord gds)
gets the ProjectionType.
|
String |
getShapeName(GridDefRecord gds)
gets the ShapeName.
|
String |
getSource()
gets the Source, type and status unknown for Grib1
so use Product definition by TimeRangeUnit
|
String |
getTimeRangeUnitName(int tunit) |
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.
|
public Grib1GridTableLookup(Grib1Record firstRecord)
firstRecord - in the Grib filepublic final String getGridName(GridDefRecord gds)
getGridName in interface GridTableLookupgds - GridDefRecordpublic final String getShapeName(GridDefRecord gds)
getShapeName in interface GridTableLookupgds - GridDefRecordpublic final String getDisciplineName(GridRecord gr)
getDisciplineName in interface GridTableLookupgr - GridRecordpublic final String getCategoryName(GridRecord gr)
getCategoryName in interface GridTableLookupgr - GridRecordpublic final GridParameter getParameter(GridRecord gr)
getParameter in interface GridTableLookupgr - GridRecordpublic final String getSource()
getSource in interface GridTableLookuppublic final String getGenProcessName(GridRecord gr)
gr - GridRecordpublic final String getLevelName(GridRecord gr)
getLevelName in interface GridTableLookupgr - GridRecordpublic final String getLevelDescription(GridRecord gr)
getLevelDescription in interface GridTableLookupgr - GridRecordpublic final String getLevelUnit(GridRecord gr)
getLevelUnit in interface GridTableLookupgr - GridRecordpublic final Date getFirstBaseTime()
getFirstBaseTime in interface GridTableLookuppublic final String getTimeRangeUnitName(int tunit)
getTimeRangeUnitName in interface GridTableLookuppublic final String getFirstCenterName()
public final int getFirstCenterId()
public final int getFirstSubcenterId()
public final int getFirstTableVersion()
public final String getFirstSubcenterName()
public String getInstitution()
getInstitution in interface GridTableLookuppublic final String getFirstProductStatusName()
public final String getComment()
getComment in interface GridTableLookuppublic final String getFirstProductTypeName()
public final String getFirstSignificanceOfRTName()
public final boolean isLatLon(GridDefRecord gds)
isLatLon in interface GridTableLookupgds - GridDefRecordpublic final int getProjectionType(GridDefRecord gds)
getProjectionType in interface GridTableLookupgds - GridDefRecordpublic final boolean isVerticalCoordinate(GridRecord gr)
isVerticalCoordinate in interface GridTableLookupgr - GridRecordpublic final boolean isPositiveUp(GridRecord gr)
isPositiveUp in interface GridTableLookupgr - GridRecordpublic final float getFirstMissingValue()
getFirstMissingValue in interface GridTableLookuppublic final boolean isLayer(GridRecord gr)
isLayer in interface GridTableLookupgr - GridRecordpublic final String getTitle()
getTitle in interface GridTableLookuppublic final String getModel()
public final String getGridType()
getGridType in interface GridTableLookupCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.