Package | Description |
---|---|
ucar.coord | |
ucar.nc2.grib.collection | |
ucar.nc2.grib.grib1 | |
ucar.nc2.grib.grib1.tables |
Constructor and Description |
---|
Builder1(boolean isTimeInterval,
Grib1Customizer cust,
CalendarPeriod timeUnit,
int code) |
Builder1(Grib1Customizer cust,
int code) |
Builder1(Grib1Customizer cust,
int code) |
Builder1(Grib1Customizer cust,
int code,
CalendarPeriod timeUnit,
CalendarDate refDate) |
Builder1(Grib1Customizer cust,
int code,
CalendarPeriod timeUnit,
CalendarDate refDate) |
Modifier and Type | Field and Description |
---|---|
protected Grib1Customizer |
Grib1CollectionBuilderFromIndex.cust |
Modifier and Type | Method and Description |
---|---|
static String |
Grib1Iosp.makeVariableName(Grib1Customizer cust,
FeatureCollectionConfig.GribConfig gribConfig,
Grib1SectionProductDefinition pds) |
Modifier and Type | Method and Description |
---|---|
static int |
Grib1Variable.cdmVariableHash(Grib1Customizer cust,
Grib1Record gr,
int gdsHashOverride,
boolean useTableVersion,
boolean intvMerge,
boolean useCenter) |
Grib1ParamTime |
Grib1Record.getParamTime(Grib1Customizer cust) |
void |
Grib1SectionProductDefinition.showPds(Grib1Customizer cust,
Formatter f) |
Constructor and Description |
---|
Grib1ParamLevel(Grib1Customizer cust,
Grib1SectionProductDefinition pds)
Implements tables 3 and 3a.
|
Grib1ParamLevel(Grib1Customizer cust,
int levelType,
float value1,
float value2)
Allows center specific parsing
|
Grib1ParamTime(Grib1Customizer cust,
Grib1SectionProductDefinition pds)
Handles GRIB-1 code table 5 : "Time range indicator".
|
Grib1ParamTime(Grib1Customizer cust,
int timeRangeIndicator,
boolean isInterval,
int start,
int end,
int forecastTime) |
Grib1Variable(Grib1Customizer cust,
Grib1Record gr,
int gdsHashOverride,
boolean useTableVersion,
boolean intvMerge,
boolean useCenter)
Used when processing the gbx9 files
|
Grib1Variable(Grib1Customizer cust,
Grib1SectionProductDefinition pds,
Grib1Gds gds,
boolean useTableVersion,
boolean intvMerge,
boolean useCenter)
Used when processing the ncx3 files
|
Modifier and Type | Class and Description |
---|---|
class |
AfwaTables
Air Force Weather Center (center 57)
|
class |
FnmocTables
FNMOC local tables
|
class |
JmaTables
Local tables for JMA (center 34)
|
class |
NcarTables
NCAR (center 60) overrides
|
class |
NcepRfcTables
NCEP River Forecast Centers
|
class |
NcepTables
NCEP overrides of GRIB tables
LOOK: Why not a singleton?
|
Modifier and Type | Method and Description |
---|---|
static Grib1Customizer |
Grib1Customizer.factory(Grib1Record proto,
Grib1ParamTables tables) |
static Grib1Customizer |
Grib1Customizer.factory(int center,
int subcenter,
int version,
Grib1ParamTables tables) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.