public class Grib1Rectilyser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Grib1Rectilyser.Counter |
class |
Grib1Rectilyser.Record |
class |
Grib1Rectilyser.VariableBag |
| Constructor and Description |
|---|
Grib1Rectilyser(Grib1Customizer cust,
List<Grib1Record> records,
int gdsHash,
Map<String,Boolean> pdsHash) |
| Modifier and Type | Method and Description |
|---|---|
int |
cdmVariableHash(Grib1Record gr,
int gdsHash) |
void |
dump(Formatter f) |
List<EnsCoord> |
getEnsCoords() |
List<Grib1Rectilyser.VariableBag> |
getGribvars() |
List<Grib1Record> |
getRecords() |
List<TimeCoord> |
getTimeCoords() |
String |
getTimeIntervalName(int timeIdx) |
List<VertCoord> |
getVertCoords() |
void |
make(Grib1Rectilyser.Counter counter) |
public Grib1Rectilyser(Grib1Customizer cust, List<Grib1Record> records, int gdsHash, Map<String,Boolean> pdsHash)
public List<Grib1Record> getRecords()
public List<Grib1Rectilyser.VariableBag> getGribvars()
public void make(Grib1Rectilyser.Counter counter) throws IOException
IOExceptionpublic int cdmVariableHash(Grib1Record gr, int gdsHash)
public String getTimeIntervalName(int timeIdx)
public void dump(Formatter f)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.