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>
-
-
Constructor Summary
Constructors Constructor Description Gds1Bean()
Gds1Bean(Grib1SectionGridDefinition m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Grib1CollectionPanel.Gds1Bean o)
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()
-
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:
compareTo
in interfaceComparable<Grib1CollectionPanel.Gds1Bean>
-
-