public class GribIndexPanel.RecordBean
extends java.lang.Object
Constructor and Description |
---|
RecordBean() |
RecordBean(Grib1Record gr) |
RecordBean(Grib2Record gr) |
Modifier and Type | Method and Description |
---|---|
byte[] |
gdsBytes() |
int |
getFile() |
long |
getGdsCRC() |
long |
getLength() |
int |
getPredefinedGrid() |
java.lang.String |
getReferenceDate() |
long |
getStart() |
java.lang.String |
getVariable() |
public RecordBean()
public RecordBean(Grib2Record gr) throws java.io.IOException
java.io.IOException
public RecordBean(Grib1Record gr)
public byte[] gdsBytes()
public int getFile()
public long getGdsCRC()
public int getPredefinedGrid()
public java.lang.String getReferenceDate()
public java.lang.String getVariable()
public long getStart()
public long getLength()