Package ucar.nc2.grib
Interface GribTables
-
- All Known Implementing Classes:
AfwaTables
,EccodesLocalTables
,FnmocTables
,FslHrrrLocalTables
,GempakLocalTables
,Grib1Customizer
,Grib2Tables
,JmaTables
,KmaLocalTables
,MrmsLocalTables
,NcarTables
,NcepRfcTables
,NcepTables
,NdfdLocalTables
,NwsMetDevTables
public interface GribTables
Abstraction of GribTable for Grib Collections. Allows Grin1 and Grib2 to be handles through common interface.- Since:
- 9/5/11
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GribTables.Parameter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGeneratingProcessName(int code)
String
getGeneratingProcessTypeName(int code)
String
getLevelNameShort(int code)
GribStatType
getStatType(int intvType)
String
getSubCenterName(int center, int subcenter)
VertCoordType
getVertUnit(int code)
-
-
-
Method Detail
-
getSubCenterName
@Nullable String getSubCenterName(int center, int subcenter)
-
getLevelNameShort
String getLevelNameShort(int code)
-
getStatType
@Nullable GribStatType getStatType(int intvType)
-
getVertUnit
VertCoordType getVertUnit(int code)
-
getGeneratingProcessName
@Nullable String getGeneratingProcessName(int code)
-
getGeneratingProcessTypeName
@Nullable String getGeneratingProcessTypeName(int code)
-
-