Package ucar.nc2.ui.grib
Class GribFilesPanel.Grib2Bean
- java.lang.Object
-
- ucar.nc2.ui.grib.GribFilesPanel.Grib2Bean
-
- Enclosing class:
- GribFilesPanel
public static class GribFilesPanel.Grib2Bean extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCenter()intgetGdsCount()StringgetHeader()StringgetLocalCount()intgetLocalTable()intgetMasterTable()StringgetPath()StringgetRefDate()intgetSubCenter()
-
-
-
Method Detail
-
getPath
public final String getPath()
-
getRefDate
public final String getRefDate()
-
getHeader
public String getHeader()
-
getMasterTable
public int getMasterTable()
-
getLocalTable
public int getLocalTable()
-
getCenter
public int getCenter()
-
getSubCenter
public int getSubCenter()
-
getLocalCount
public String getLocalCount()
-
getGdsCount
public int getGdsCount()
-
-