| Constructor and Description |
|---|
Vis5DLookup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName(ucar.nc2.iosp.grid.GridRecord gr)
gets the CategoryName.
|
String |
getComment()
comment for CF conventions.
|
String |
getDisciplineName(ucar.nc2.iosp.grid.GridRecord gr)
gets the DisciplineName.
|
Date |
getFirstBaseTime()
gets the BaseTime Forecastime.
|
float |
getFirstMissingValue()
gets the MissingValue.
|
String |
getGridName(ucar.nc2.iosp.grid.GridDefRecord gds)
gets the grid type.
|
String |
getGridType()
Get the grid type for labelling
|
String |
getInstitution()
Institution for CF conventions
|
String |
getLevelDescription(ucar.nc2.iosp.grid.GridRecord gr)
gets the LevelDescription.
|
String |
getLevelName(ucar.nc2.iosp.grid.GridRecord gr)
gets the LevelName.
|
String |
getLevelUnit(ucar.nc2.iosp.grid.GridRecord gr)
gets the LevelUnit.
|
ucar.nc2.iosp.grid.GridParameter |
getParameter(ucar.nc2.iosp.grid.GridRecord gr)
gets parameter table, then grib1 parameter based on number.
|
int |
getProjectionType(ucar.nc2.iosp.grid.GridDefRecord gds)
gets the ProjectionType.
|
String |
getShapeName(ucar.nc2.iosp.grid.GridDefRecord gds) |
String |
getSource()
gets the Source, Generating Process or Model.
|
String |
getTimeRangeUnitName(int tunit) |
String |
getTitle()
gets the CF title.
|
boolean |
isLatLon(ucar.nc2.iosp.grid.GridDefRecord gds)
is this a LatLon grid.
|
boolean |
isLayer(ucar.nc2.iosp.grid.GridRecord gr)
Is this a layer?
|
boolean |
isPositiveUp(ucar.nc2.iosp.grid.GridRecord gr)
is this a PositiveUp VerticalCoordinate.
|
boolean |
isVerticalCoordinate(ucar.nc2.iosp.grid.GridRecord gr)
is this a VerticalCoordinate.
|
public String getShapeName(ucar.nc2.iosp.grid.GridDefRecord gds)
getShapeName in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getGridName(ucar.nc2.iosp.grid.GridDefRecord gds)
getGridName in interface ucar.nc2.iosp.grid.GridTableLookuppublic final ucar.nc2.iosp.grid.GridParameter getParameter(ucar.nc2.iosp.grid.GridRecord gr)
getParameter in interface ucar.nc2.iosp.grid.GridTableLookupgr - GridRecordpublic final String getDisciplineName(ucar.nc2.iosp.grid.GridRecord gr)
getDisciplineName in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getCategoryName(ucar.nc2.iosp.grid.GridRecord gr)
getCategoryName in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getLevelName(ucar.nc2.iosp.grid.GridRecord gr)
getLevelName in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getLevelDescription(ucar.nc2.iosp.grid.GridRecord gr)
getLevelDescription in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getLevelUnit(ucar.nc2.iosp.grid.GridRecord gr)
getLevelUnit in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getTimeRangeUnitName(int tunit)
getTimeRangeUnitName in interface ucar.nc2.iosp.grid.GridTableLookuppublic final Date getFirstBaseTime()
getFirstBaseTime in interface ucar.nc2.iosp.grid.GridTableLookuppublic final boolean isLatLon(ucar.nc2.iosp.grid.GridDefRecord gds)
isLatLon in interface ucar.nc2.iosp.grid.GridTableLookuppublic final int getProjectionType(ucar.nc2.iosp.grid.GridDefRecord gds)
getProjectionType in interface ucar.nc2.iosp.grid.GridTableLookuppublic final boolean isVerticalCoordinate(ucar.nc2.iosp.grid.GridRecord gr)
isVerticalCoordinate in interface ucar.nc2.iosp.grid.GridTableLookuppublic final boolean isPositiveUp(ucar.nc2.iosp.grid.GridRecord gr)
isPositiveUp in interface ucar.nc2.iosp.grid.GridTableLookuppublic final float getFirstMissingValue()
getFirstMissingValue in interface ucar.nc2.iosp.grid.GridTableLookuppublic boolean isLayer(ucar.nc2.iosp.grid.GridRecord gr)
isLayer in interface ucar.nc2.iosp.grid.GridTableLookupgr - record to checkpublic final String getTitle()
getTitle in interface ucar.nc2.iosp.grid.GridTableLookuppublic String getInstitution()
getInstitution in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getSource()
getSource in interface ucar.nc2.iosp.grid.GridTableLookuppublic final String getComment()
getComment in interface ucar.nc2.iosp.grid.GridTableLookuppublic String getGridType()
getGridType in interface ucar.nc2.iosp.grid.GridTableLookup