public class Grib2CollectionPanel.Gds2Bean extends Object implements Comparable<Grib2CollectionPanel.Gds2Bean>
| Constructor and Description |
|---|
Gds2Bean() |
Gds2Bean(ucar.nc2.grib.grib2.Grib2SectionGridDefinition m) |
| Modifier and Type | Method and 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() |
public Gds2Bean()
public Gds2Bean(ucar.nc2.grib.grib2.Grib2SectionGridDefinition m)
public int getGDShash()
public int getTemplate()
public String getGridName()
public String getGroupName()
public int getNPoints()
public int getNx()
public int getNy()
public String getScanMode()
public void toRawGdsString(Formatter f)
public int compareTo(Grib2CollectionPanel.Gds2Bean o)
compareTo in interface Comparable<Grib2CollectionPanel.Gds2Bean>