Package ucar.nc2.iosp.bufr
Class Descriptor
- java.lang.Object
-
- ucar.nc2.iosp.bufr.Descriptor
-
public class Descriptor extends Object
Static methods to manipulate the f-x-y descriptors- Since:
- Oct 25, 2008
-
-
Constructor Summary
Constructors Constructor Description Descriptor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static short
getFxy(short f, short x, short y)
static short
getFxy(String name)
static short
getFxy2(String fxxyyy)
static String
getName(short fxy, BufrTableLookup lookup)
static boolean
isBufrTable(short fxy)
static boolean
isWmoRange(short fxy)
static String
makeString(int f, int x, int y)
static String
makeString(short fxy)
static void
show(Formatter out, short fxy, BufrTableLookup lookup)
-
-
-
Method Detail
-
makeString
public static String makeString(short fxy)
-
makeString
public static String makeString(int f, int x, int y)
-
isWmoRange
public static boolean isWmoRange(short fxy)
-
getFxy
public static short getFxy(String name)
-
getFxy2
public static short getFxy2(String fxxyyy)
-
isBufrTable
public static boolean isBufrTable(short fxy)
-
getFxy
public static short getFxy(short f, short x, short y)
-
show
public static void show(Formatter out, short fxy, BufrTableLookup lookup)
-
getName
public static String getName(short fxy, BufrTableLookup lookup)
-
-