|
||||||||||
| 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.nc2.iosp.grid.GridTableLookup |
|---|
AlbersEqualArea, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, UTM |
| Constructor Summary | |
|---|---|
McIDASLookup(McIDASGridRecord sample)
Gets a representative grid for this lookup |
|
| Method Summary | |
|---|---|
java.lang.String |
getCategoryName(GridRecord gr)
gets the CategoryName. |
java.lang.String |
getDisciplineName(GridRecord gr)
gets the DisciplineName. |
java.util.Date |
getFirstBaseTime()
gets the BaseTime Forecastime. |
float |
getFirstMissingValue()
gets the MissingValue. |
java.lang.String |
getFirstTimeRangeUnitName()
gets the TimeRangeUnitName. |
java.lang.String |
getGridName(GridDefRecord gds)
gets the grid type. |
java.lang.String |
getGridType()
Get the grid type for labelling |
java.lang.String |
getLevelDescription(GridRecord gr)
gets the LevelDescription. |
java.lang.String |
getLevelName(GridRecord gr)
gets the LevelName. |
java.lang.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. |
java.lang.String |
getShapeName(GridDefRecord gds)
. |
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 java.lang.String getShapeName(GridDefRecord gds)
getShapeName in interface GridTableLookupgds -
public final java.lang.String getGridName(GridDefRecord gds)
getGridName in interface GridTableLookupgds -
public final GridParameter getParameter(GridRecord gr)
getParameter in interface GridTableLookupgr - GridRecord
public final java.lang.String getDisciplineName(GridRecord gr)
getDisciplineName in interface GridTableLookupgr -
public final java.lang.String getCategoryName(GridRecord gr)
getCategoryName in interface GridTableLookupgr -
public final java.lang.String getLevelName(GridRecord gr)
getLevelName in interface GridTableLookupgr -
public final java.lang.String getLevelDescription(GridRecord gr)
getLevelDescription in interface GridTableLookupgr -
public final java.lang.String getLevelUnit(GridRecord gr)
getLevelUnit in interface GridTableLookupgr -
public final java.lang.String getFirstTimeRangeUnitName()
getFirstTimeRangeUnitName in interface GridTableLookuppublic final java.util.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 java.lang.String getGridType()
getGridType in interface GridTableLookup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||