Package ucar.nc2.grib.grib1
Class Grib1GdsPredefined
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1GdsPredefined
-
public class Grib1GdsPredefined extends Object
Helper class for pre-defined grid definition section (GDS) . These are NCEP.- See Also:
- "http://www.nco.ncep.noaa.gov/pmb/docs/on388/tableb.html"
-
-
Constructor Summary
Constructors Constructor Description Grib1GdsPredefined()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Grib1Gds
factory(int center, int gridNumber)
Constructs a Grib1Gds object from a pds and predefined tables.
-
-
-
Method Detail
-
factory
public static Grib1Gds factory(int center, int gridNumber)
Constructs a Grib1Gds object from a pds and predefined tables.- Parameters:
center
- center idgridNumber
- from pds (octet 7)- Returns:
- predefined GDS
-
-