Package ucar.nc2.ui.grib
Class GribIndexPanel.Gds1Bean
- java.lang.Object
-
- ucar.nc2.ui.grib.GribIndexPanel.Gds1Bean
-
- All Implemented Interfaces:
Comparable<GribIndexPanel.Gds1Bean>
- Enclosing class:
- GribIndexPanel
public static class GribIndexPanel.Gds1Bean extends Object implements Comparable<GribIndexPanel.Gds1Bean>
-
-
Constructor Summary
Constructors Constructor Description Gds1Bean()
Gds1Bean(Grib1SectionGridDefinition m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GribIndexPanel.Gds1Bean o)
long
getCRC()
double
getDx()
double
getDxRaw()
double
getDy()
double
getDyRaw()
String
getGridName()
int
getHash()
int
getNx()
int
getNxRaw()
int
getNy()
int
getNyRaw()
String
getResolution()
String
getScanMode()
int
getTemplate()
boolean
isVertCoords()
-
-
-
Constructor Detail
-
Gds1Bean
public Gds1Bean()
-
Gds1Bean
public Gds1Bean(Grib1SectionGridDefinition m)
-
-
Method Detail
-
getHash
public int getHash()
-
getCRC
public long getCRC()
-
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(GribIndexPanel.Gds1Bean o)
- Specified by:
compareTo
in interfaceComparable<GribIndexPanel.Gds1Bean>
-
-