Package ucar.nc2.grib.grib2.table
Class WmoCodeFlagTables
- java.lang.Object
-
- ucar.nc2.grib.grib2.table.WmoCodeFlagTables
-
public class WmoCodeFlagTables extends Object
Read and manage the WMO GRIB2 Code, Flag, and Parameter tables, in their standard XML format
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWmoCodeFlagTables.TableTypestatic classWmoCodeFlagTables.Versionstatic classWmoCodeFlagTables.WmoTable
-
Field Summary
Fields Modifier and Type Field Description static WmoCodeFlagTables.Versionstandard
-
Constructor Summary
Constructors Constructor Description WmoCodeFlagTables()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WmoCodeTablegetCodeTable(int m1, int m2)WmoCodeTablegetCodeTable(String tableName)static WmoCodeFlagTablesgetInstance()WmoParamTablegetParamTable(int discipline, int category)WmoCodeFlagTables.TableTypegetTableType(String tableName)com.google.common.collect.ImmutableList<WmoCodeFlagTables.WmoTable>getWmoTables()
-
-
-
Field Detail
-
standard
public static final WmoCodeFlagTables.Version standard
-
-
Method Detail
-
getInstance
public static WmoCodeFlagTables getInstance()
-
getWmoTables
public com.google.common.collect.ImmutableList<WmoCodeFlagTables.WmoTable> getWmoTables()
-
getTableType
@Nullable public WmoCodeFlagTables.TableType getTableType(String tableName)
-
getCodeTable
@Nullable public WmoCodeTable getCodeTable(String tableName)
-
getCodeTable
@Nullable public WmoCodeTable getCodeTable(int m1, int m2)
-
getParamTable
@Nullable public WmoParamTable getParamTable(int discipline, int category)
-
-