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>
-
-
Constructor Summary
Constructors Constructor Description Gds2Bean()
Gds2Bean(Grib2SectionGridDefinition m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Grib2CollectionPanel.Gds2Bean o)
int
getGDShash()
String
getGridName()
String
getGroupName()
int
getNPoints()
int
getNx()
int
getNy()
String
getScanMode()
int
getTemplate()
void
toRawGdsString(Formatter f)
String
toString()
-
-
-
Constructor Detail
-
Gds2Bean
public Gds2Bean()
-
Gds2Bean
public Gds2Bean(Grib2SectionGridDefinition m)
-
-
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:
compareTo
in interfaceComparable<Grib2CollectionPanel.Gds2Bean>
-
-