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 int
getCenter()
int
getGdsCount()
String
getHeader()
String
getLocalCount()
int
getLocalTable()
int
getMasterTable()
String
getPath()
String
getRefDate()
int
getSubCenter()
-
-
-
Constructor Detail
-
Grib2Bean
public Grib2Bean()
-
Grib2Bean
public Grib2Bean(MFile m)
-
-
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()
-
-