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 GribTablesAbstraction 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 interfaceGribTables.Parameter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGeneratingProcessName(int code)StringgetGeneratingProcessTypeName(int code)StringgetLevelNameShort(int code)GribStatTypegetStatType(int intvType)StringgetSubCenterName(int center, int subcenter)VertCoordTypegetVertUnit(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)
-
-