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(ucar.nc2.grib.grib1.Grib1Record gr)RecordBean(ucar.nc2.grib.grib2.Grib2Record gr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]gdsBytes()intgetFile()longgetGdsCRC()longgetLength()intgetPredefinedGrid()StringgetReferenceDate()longgetStart()StringgetVariable()
-
-
-
Constructor Detail
-
RecordBean
public RecordBean()
-
RecordBean
public RecordBean(ucar.nc2.grib.grib2.Grib2Record gr) throws IOException- Throws:
IOException
-
RecordBean
public RecordBean(ucar.nc2.grib.grib1.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()
-
-