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 class
WmoCodeFlagTables.TableType
static class
WmoCodeFlagTables.Version
static class
WmoCodeFlagTables.WmoTable
-
Field Summary
Fields Modifier and Type Field Description static WmoCodeFlagTables.Version
standard
-
Constructor Summary
Constructors Constructor Description WmoCodeFlagTables()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WmoCodeTable
getCodeTable(int m1, int m2)
WmoCodeTable
getCodeTable(String tableName)
static WmoCodeFlagTables
getInstance()
WmoParamTable
getParamTable(int discipline, int category)
WmoCodeFlagTables.TableType
getTableType(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)
-
-