ucar.nc2.iosp.grib
Class Index2NC

java.lang.Object
  extended by ucar.nc2.iosp.grib.Index2NC

public class Index2NC
extends java.lang.Object

Create a Netcdf File from a ucar.grib.Index

Author:
caron

Constructor Summary
Index2NC()
           
 
Method Summary
static boolean isLayer(ucar.grib.Index.GribRecord gr, ucar.grib.TableLookup lookup)
           
static java.lang.String makeLevelName(ucar.grib.Index.GribRecord gr, ucar.grib.TableLookup lookup)
           
static java.lang.String makeLongName(ucar.grib.Index.GribRecord gr, ucar.grib.TableLookup lookup)
           
static java.lang.String makeVariableName(ucar.grib.Index.GribRecord gr, ucar.grib.TableLookup lookup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index2NC

public Index2NC()
Method Detail

isLayer

public static boolean isLayer(ucar.grib.Index.GribRecord gr,
                              ucar.grib.TableLookup lookup)

makeLevelName

public static java.lang.String makeLevelName(ucar.grib.Index.GribRecord gr,
                                             ucar.grib.TableLookup lookup)

makeVariableName

public static java.lang.String makeVariableName(ucar.grib.Index.GribRecord gr,
                                                ucar.grib.TableLookup lookup)

makeLongName

public static java.lang.String makeLongName(ucar.grib.Index.GribRecord gr,
                                            ucar.grib.TableLookup lookup)