|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.iosp.mcidas.McIDASLookup
public final class McIDASLookup
McIDASLookup get all the information about a McIDAS file.
| Field Summary |
|---|
| Fields inherited from interface ucar.grid.GridTableLookup |
|---|
AlbersEqualArea, Curvilinear, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM |
| Constructor Summary | |
|---|---|
McIDASLookup(McIDASGridRecord 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)
|
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 McIDASLookup(McIDASGridRecord sample)
sample - | Method Detail |
|---|
public String getShapeName(GridDefRecord gds)
getShapeName in interface GridTableLookupgds -
public final String getGridName(GridDefRecord gds)
getGridName in interface GridTableLookupgds -
public final GridParameter getParameter(GridRecord gr)
getParameter in interface GridTableLookupgr - GridRecord
public final String getDisciplineName(GridRecord gr)
getDisciplineName in interface GridTableLookupgr -
public final String getCategoryName(GridRecord gr)
getCategoryName in interface GridTableLookupgr -
public final String getLevelName(GridRecord gr)
getLevelName in interface GridTableLookupgr -
public final String getLevelDescription(GridRecord gr)
getLevelDescription in interface GridTableLookupgr -
public final String getLevelUnit(GridRecord gr)
getLevelUnit in interface GridTableLookupgr -
public final String getTimeRangeUnitName(int tunit)
getTimeRangeUnitName in interface GridTableLookuppublic final Date getFirstBaseTime()
getFirstBaseTime in interface GridTableLookuppublic final boolean isLatLon(GridDefRecord gds)
isLatLon in interface GridTableLookupgds -
public final int getProjectionType(GridDefRecord gds)
getProjectionType in interface GridTableLookupgds -
public final boolean isVerticalCoordinate(GridRecord gr)
isVerticalCoordinate in interface GridTableLookupgr -
public final boolean isPositiveUp(GridRecord gr)
isPositiveUp in interface GridTableLookupgr -
public final float getFirstMissingValue()
getFirstMissingValue in interface GridTableLookuppublic boolean isLayer(GridRecord gr)
isLayer in interface GridTableLookupgr - record to check
public final String getTitle()
getTitle in interface GridTableLookuppublic String getInstitution()
getInstitution in interface GridTableLookuppublic final String getSource()
getSource in interface GridTableLookuppublic final String getComment()
getComment in interface GridTableLookuppublic String getGridType()
getGridType in interface GridTableLookup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||