ucar.nc2.iosp.bufr
Class Descriptor

java.lang.Object
  extended by ucar.nc2.iosp.bufr.Descriptor

public class Descriptor
extends Object

Static methods to manipulate the f-x-y descriptors

Since:
Oct 25, 2008
Author:
caron

Constructor Summary
Descriptor()
           
 
Method Summary
static short getFxy(short f, short x, short y)
           
static short getFxy(String name)
           
static String getName(short fxy, TableLookup lookup)
           
static boolean isWmoRange(short fxy)
           
static String makeString(short fxy)
           
static void show(Formatter out, short fxy, TableLookup lookup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Descriptor

public Descriptor()
Method Detail

makeString

public static String makeString(short fxy)

isWmoRange

public static boolean isWmoRange(short fxy)

getFxy

public static short getFxy(String name)

getFxy

public static short getFxy(short f,
                           short x,
                           short y)

show

public static void show(Formatter out,
                        short fxy,
                        TableLookup lookup)

getName

public static String getName(short fxy,
                             TableLookup lookup)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.