Package ucar.nc2.ui.grib
Class Grib2CollectionPanel.Gds2Bean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib2CollectionPanel.Gds2Bean
-
- All Implemented Interfaces:
Comparable<Grib2CollectionPanel.Gds2Bean>
- Enclosing class:
- Grib2CollectionPanel
public class Grib2CollectionPanel.Gds2Bean extends Object implements Comparable<Grib2CollectionPanel.Gds2Bean>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Grib2CollectionPanel.Gds2Bean o)intgetGDShash()StringgetGridName()StringgetGroupName()intgetNPoints()intgetNx()intgetNy()StringgetScanMode()intgetTemplate()voidtoRawGdsString(Formatter f)StringtoString()
-
-
-
Method Detail
-
getGDShash
public int getGDShash()
-
getTemplate
public int getTemplate()
-
getGridName
public String getGridName()
-
getGroupName
public String getGroupName()
-
getNPoints
public int getNPoints()
-
getNx
public int getNx()
-
getNy
public int getNy()
-
getScanMode
public String getScanMode()
-
toRawGdsString
public void toRawGdsString(Formatter f)
-
compareTo
public int compareTo(Grib2CollectionPanel.Gds2Bean o)
- Specified by:
compareToin interfaceComparable<Grib2CollectionPanel.Gds2Bean>
-
-