public class Grib1CollectionPanel.Gds1Bean extends java.lang.Object implements java.lang.Comparable<Grib1CollectionPanel.Gds1Bean>
Constructor and Description |
---|
Gds1Bean() |
Gds1Bean(Grib1SectionGridDefinition m) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Grib1CollectionPanel.Gds1Bean o) |
double |
getDx() |
double |
getDxRaw() |
double |
getDy() |
double |
getDyRaw() |
java.lang.String |
getGridName() |
int |
getHash() |
int |
getNx() |
int |
getNxRaw() |
int |
getNy() |
int |
getNyRaw() |
java.lang.String |
getResolution() |
java.lang.String |
getScanMode() |
int |
getTemplate() |
boolean |
isVertCoords() |
public Gds1Bean()
public Gds1Bean(Grib1SectionGridDefinition m)
public int getHash()
public int getTemplate()
public boolean isVertCoords()
public java.lang.String getGridName()
public java.lang.String getScanMode()
public java.lang.String getResolution()
public double getDx()
public double getDy()
public double getDxRaw()
public double getDyRaw()
public int getNx()
public int getNy()
public int getNxRaw()
public int getNyRaw()
public int compareTo(Grib1CollectionPanel.Gds1Bean o)
compareTo
in interface java.lang.Comparable<Grib1CollectionPanel.Gds1Bean>