Package ucar.nc2.ui.grib
Class GribIndexPanel.RecordBean
- java.lang.Object
-
- ucar.nc2.ui.grib.GribIndexPanel.RecordBean
-
- Enclosing class:
- GribIndexPanel
public class GribIndexPanel.RecordBean extends Object
-
-
Constructor Summary
Constructors Constructor Description RecordBean()
RecordBean(Grib1Record gr)
RecordBean(Grib2Record gr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
gdsBytes()
int
getFile()
long
getGdsCRC()
long
getLength()
int
getPredefinedGrid()
String
getReferenceDate()
long
getStart()
String
getVariable()
-
-
-
Constructor Detail
-
RecordBean
public RecordBean()
-
RecordBean
public RecordBean(Grib2Record gr) throws IOException
- Throws:
IOException
-
RecordBean
public RecordBean(Grib1Record gr)
-
-
Method Detail
-
gdsBytes
public byte[] gdsBytes()
-
getFile
public int getFile()
-
getGdsCRC
public long getGdsCRC()
-
getPredefinedGrid
public int getPredefinedGrid()
-
getReferenceDate
public String getReferenceDate()
-
getVariable
public String getVariable()
-
getStart
public long getStart()
-
getLength
public long getLength()
-
-