Package | Description |
---|---|
ucar.coord | |
ucar.nc2.grib.grib2 | |
ucar.nc2.grib.grib2.table |
Modifier and Type | Method and Description |
---|---|
void |
CoordinateTime2D.Builder2.addRecord(Grib2Record gr) |
Object |
CoordinateTime2D.Builder2.extract(Grib2Record gr) |
Object |
CoordinateTimeIntv.Builder2.extract(Grib2Record gr) |
Object |
CoordinateRuntime.Builder2.extract(Grib2Record gr) |
Object |
CoordinateTime.Builder2.extract(Grib2Record gr) |
Object |
CoordinateVert.Builder2.extract(Grib2Record gr) |
Object |
CoordinateEns.Builder2.extract(Grib2Record gr) |
int[] |
CoordinateTime2D.Builder2.getCoordIndices(Grib2Record gr) |
Modifier and Type | Field and Description |
---|---|
static Grib2Record |
Grib2Record.lastRecordRead |
Modifier and Type | Method and Description |
---|---|
static Grib2Record |
Grib2RecordScanner.findRecordByDrspos(RandomAccessFile raf,
long drsPos)
tricky bit of business.
|
Grib2Record |
Grib2RecordScanner.next() |
Modifier and Type | Method and Description |
---|---|
List<Grib2Record> |
Grib2Index.getRecords() |
Modifier and Type | Method and Description |
---|---|
static int |
Grib2Variable.cdmVariableHash(Grib2Customizer cust,
Grib2Record gr,
int gdsHashOverride,
boolean intvMerge,
boolean useGenType) |
static String |
Grib2Utils.getVariableName(Grib2Record gr) |
Constructor and Description |
---|
Grib2Variable(Grib2Customizer cust,
Grib2Record gr,
int gdsHashOverride,
boolean intvMerge,
boolean useGenType)
Used when building from gbx9 (full records)
|
Modifier and Type | Method and Description |
---|---|
static Grib2Customizer |
Grib2Customizer.factory(Grib2Record gr) |
CalendarDate |
Grib2Customizer.getForecastDate(Grib2Record gr) |
TimeCoord.TinvDate |
NcepLocalTables.getForecastTimeInterval(Grib2Record gr) |
TimeCoord.TinvDate |
Grib2Customizer.getForecastTimeInterval(Grib2Record gr)
Get the time interval in units of gr.getPDS().getTimeUnit()
|
int[] |
Grib2Customizer.getForecastTimeIntervalOffset(Grib2Record gr)
If this has a time interval coordinate, get time interval
|
String |
Grib2Customizer.getVariableName(Grib2Record gr) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.