public class GribCollection.GroupHcs extends Object implements Comparable<GribCollection.GroupHcs>
| Modifier and Type | Field and Description |
|---|---|
List<EnsCoord> |
ensCoords |
int[] |
filenose |
int |
gdsHash |
GdsHorizCoordSys |
hcs |
byte[] |
rawGds |
List<TimeCoordUnion> |
timeCoordPartitions |
List<TimeCoord> |
timeCoords |
List<GribCollection.VariableIndex> |
varIndex |
List<VertCoord> |
vertCoords |
| Constructor and Description |
|---|
GribCollection.GroupHcs() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignVertNames(GribTables cust) |
int |
compareTo(GribCollection.GroupHcs o) |
GribCollection.VariableIndex |
findAnyVariableWithTime(int usesTimeIndex) |
GribCollection.VariableIndex |
findVariableByHash(int cdmHash) |
String |
getDescription() |
List<String> |
getFilenames() |
List<MFile> |
getFiles() |
GribCollection |
getGribCollection() |
String |
getId() |
CalendarDateRange |
getTimeCoverage() |
void |
setHorizCoordSystem(GdsHorizCoordSys hcs,
byte[] rawGds,
int gdsHash) |
public GdsHorizCoordSys hcs
public byte[] rawGds
public int gdsHash
public List<GribCollection.VariableIndex> varIndex
public int[] filenose
public List<TimeCoordUnion> timeCoordPartitions
public void setHorizCoordSystem(GdsHorizCoordSys hcs, byte[] rawGds, int gdsHash)
public GribCollection getGribCollection()
public String getId()
public String getDescription()
public void assignVertNames(GribTables cust)
public int compareTo(GribCollection.GroupHcs o)
compareTo in interface Comparable<GribCollection.GroupHcs>public GribCollection.VariableIndex findAnyVariableWithTime(int usesTimeIndex)
public GribCollection.VariableIndex findVariableByHash(int cdmHash)
public CalendarDateRange getTimeCoverage()
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.