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 shortgetFxy(short f, short x, short y)static shortgetFxy(String name)static shortgetFxy2(String fxxyyy)static StringgetName(short fxy, BufrTableLookup lookup)static booleanisBufrTable(short fxy)static booleanisWmoRange(short fxy)static StringmakeString(int f, int x, int y)static StringmakeString(short fxy)static voidshow(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)
-
-