public class Descriptor
extends java.lang.Object
Constructor and Description |
---|
Descriptor() |
Modifier and Type | Method and Description |
---|---|
static short |
getFxy(short f,
short x,
short y) |
static short |
getFxy(java.lang.String name) |
static short |
getFxy2(java.lang.String fxxyyy) |
static java.lang.String |
getName(short fxy,
BufrTableLookup lookup) |
static boolean |
isBufrTable(short fxy) |
static boolean |
isWmoRange(short fxy) |
static java.lang.String |
makeString(int f,
int x,
int y) |
static java.lang.String |
makeString(short fxy) |
static void |
show(java.util.Formatter out,
short fxy,
BufrTableLookup lookup) |
public static java.lang.String makeString(short fxy)
public static java.lang.String makeString(int f, int x, int y)
public static boolean isWmoRange(short fxy)
public static short getFxy(java.lang.String name)
public static short getFxy2(java.lang.String fxxyyy)
public static boolean isBufrTable(short fxy)
public static short getFxy(short f, short x, short y)
public static void show(java.util.Formatter out, short fxy, BufrTableLookup lookup)
public static java.lang.String getName(short fxy, BufrTableLookup lookup)