Package ucar.nc2.ui.grib
Class Grib1DataTable.Grib1RecordBean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib1DataTable.Grib1RecordBean
-
- All Implemented Interfaces:
GribData.Bean
- Enclosing class:
- Grib1DataTable
public class Grib1DataTable.Grib1RecordBean extends Object implements GribData.Bean
-
-
Constructor Summary
Constructors Constructor Description Grib1RecordBean()
Grib1RecordBean(Grib1Record m, RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAvgBits()
int
getBinScale()
long
getDataLength()
String
getDataType()
int
getDecScale()
int
getFile()
String
getGridPoint()
String
getLevel()
double
getMaximum()
double
getMinimum()
long
getMsgLength()
int
getNBits()
int
getNDataPoints()
int
getNPoints()
String
getPacking()
long
getPos()
double
getScale()
String
getTimeCoord()
float[]
readData()
float[]
readData(GribData.InterpolationMethod method)
-
-
-
Constructor Detail
-
Grib1RecordBean
public Grib1RecordBean()
-
Grib1RecordBean
public Grib1RecordBean(Grib1Record m, RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getTimeCoord
public String getTimeCoord()
-
getLevel
public String getLevel()
-
getPos
public long getPos()
-
getFile
public final int getFile()
-
readData
public float[] readData() throws IOException
- Specified by:
readData
in interfaceGribData.Bean
- Throws:
IOException
-
readData
public float[] readData(GribData.InterpolationMethod method) throws IOException
- Throws:
IOException
-
getNBits
public int getNBits()
- Specified by:
getNBits
in interfaceGribData.Bean
-
getDataLength
public long getDataLength()
- Specified by:
getDataLength
in interfaceGribData.Bean
-
getMsgLength
public long getMsgLength()
- Specified by:
getMsgLength
in interfaceGribData.Bean
-
getBinScale
public int getBinScale()
- Specified by:
getBinScale
in interfaceGribData.Bean
-
getDecScale
public int getDecScale()
- Specified by:
getDecScale
in interfaceGribData.Bean
-
getMinimum
public double getMinimum()
- Specified by:
getMinimum
in interfaceGribData.Bean
-
getMaximum
public double getMaximum()
- Specified by:
getMaximum
in interfaceGribData.Bean
-
getScale
public double getScale()
- Specified by:
getScale
in interfaceGribData.Bean
-
getNDataPoints
public int getNDataPoints()
-
getNPoints
public int getNPoints()
-
getDataType
public String getDataType()
-
getGridPoint
public String getGridPoint()
-
getPacking
public String getPacking()
-
getAvgBits
public float getAvgBits()
-
-