Package ucar.nc2.ui.grib
Class Grib1CollectionPanel.Gds1Bean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib1CollectionPanel.Gds1Bean
-
- All Implemented Interfaces:
Comparable<Grib1CollectionPanel.Gds1Bean>
- Enclosing class:
- Grib1CollectionPanel
public static class Grib1CollectionPanel.Gds1Bean extends Object implements Comparable<Grib1CollectionPanel.Gds1Bean>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Grib1CollectionPanel.Gds1Bean o)doublegetDx()doublegetDxRaw()doublegetDy()doublegetDyRaw()StringgetGridName()intgetHash()intgetNx()intgetNxRaw()intgetNy()intgetNyRaw()StringgetResolution()StringgetScanMode()intgetTemplate()booleanisVertCoords()
-
-
-
Method Detail
-
getHash
public int getHash()
-
getTemplate
public int getTemplate()
-
isVertCoords
public boolean isVertCoords()
-
getGridName
public String getGridName()
-
getScanMode
public String getScanMode()
-
getResolution
public String getResolution()
-
getDx
public double getDx()
-
getDy
public double getDy()
-
getDxRaw
public double getDxRaw()
-
getDyRaw
public double getDyRaw()
-
getNx
public int getNx()
-
getNy
public int getNy()
-
getNxRaw
public int getNxRaw()
-
getNyRaw
public int getNyRaw()
-
compareTo
public int compareTo(Grib1CollectionPanel.Gds1Bean o)
- Specified by:
compareToin interfaceComparable<Grib1CollectionPanel.Gds1Bean>
-
-