public class Grib2Rectilyser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Grib2Rectilyser.Counter |
class |
Grib2Rectilyser.Record |
class |
Grib2Rectilyser.VariableBag |
| Constructor and Description |
|---|
Grib2Rectilyser(Grib2Customizer cust,
List<Grib2Record> records,
int gdsHash,
boolean intvMerge) |
| Modifier and Type | Method and Description |
|---|---|
int |
cdmVariableHash(Grib2Record gr,
int gdsHash)
A hash code to group records into a CDM variable
Herein lies the semantics of a variable object identity.
|
void |
dump(Formatter f,
Grib2Customizer tables) |
List<EnsCoord> |
getEnsCoords() |
List<Grib2Rectilyser.VariableBag> |
getGribvars() |
List<Grib2Record> |
getRecords() |
List<TimeCoord> |
getTimeCoords() |
String |
getTimeIntervalName(int timeIdx) |
List<VertCoord> |
getVertCoords() |
void |
make(Grib2Rectilyser.Counter counter,
List<String> filenames) |
public Grib2Rectilyser(Grib2Customizer cust, List<Grib2Record> records, int gdsHash, boolean intvMerge)
public List<Grib2Record> getRecords()
public List<Grib2Rectilyser.VariableBag> getGribvars()
public void make(Grib2Rectilyser.Counter counter, List<String> filenames) throws IOException
IOExceptionpublic void dump(Formatter f, Grib2Customizer tables)
public int cdmVariableHash(Grib2Record gr, int gdsHash)
gr - the Grib recordgdsHash - can override the gdsHashpublic String getTimeIntervalName(int timeIdx)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.