public class WmoCodeTable extends Object implements Comparable<WmoCodeTable>
Modifier and Type | Class and Description |
---|---|
class |
WmoCodeTable.TableEntry |
static class |
WmoCodeTable.Version |
static class |
WmoCodeTable.WmoTables |
Modifier and Type | Field and Description |
---|---|
int |
category |
int |
discipline |
List<WmoCodeTable.TableEntry> |
entries |
Map<Integer,WmoCodeTable.TableEntry> |
entryMap |
boolean |
isParameter |
int |
m1 |
int |
m2 |
static WmoCodeTable.Version |
standard |
String |
tableName |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WmoCodeTable o) |
static WmoCodeTable.TableEntry |
getParameterEntry(int discipline,
int category,
int value) |
static String |
getParameterName(int discipline,
int category,
int value) |
static WmoCodeTable.TableEntry |
getTableEntry(String tableId,
int value) |
String |
getTableId() |
String |
getTableName() |
static String |
getTableValue(String tableId,
int value) |
static WmoCodeTable.WmoTables |
getWmoStandard() |
static WmoCodeTable.WmoTables |
readGribCodes(WmoCodeTable.Version version) |
static void |
showDiff(WmoCodeTable.WmoTables gt1,
WmoCodeTable.WmoTables gt2,
boolean showDiff) |
static void |
showTable(List<WmoCodeTable> tlist) |
String |
toString() |
public static final WmoCodeTable.Version standard
public String tableName
public int m1
public int m2
public boolean isParameter
public int discipline
public int category
public List<WmoCodeTable.TableEntry> entries
public Map<Integer,WmoCodeTable.TableEntry> entryMap
public static WmoCodeTable.TableEntry getParameterEntry(int discipline, int category, int value)
public static String getParameterName(int discipline, int category, int value)
public static WmoCodeTable.TableEntry getTableEntry(String tableId, int value)
public static WmoCodeTable.WmoTables getWmoStandard() throws IOException
IOException
public static WmoCodeTable.WmoTables readGribCodes(WmoCodeTable.Version version) throws IOException
IOException
public int compareTo(WmoCodeTable o)
compareTo
in interface Comparable<WmoCodeTable>
public String getTableId()
public String getTableName()
public static void showDiff(WmoCodeTable.WmoTables gt1, WmoCodeTable.WmoTables gt2, boolean showDiff) throws IOException
IOException
public static void showTable(List<WmoCodeTable> tlist) throws IOException
IOException
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.