public class GribCollectionMutable.GroupGC extends Object implements Comparable<GribCollectionMutable.GroupGC>
Modifier and Type | Method and Description |
---|---|
GribCollectionMutable.VariableIndex |
addVariable(GribCollectionMutable.VariableIndex vi) |
int |
compareTo(GribCollectionMutable.GroupGC o) |
GribCollectionMutable.VariableIndex |
findVariableByHash(GribCollectionMutable.VariableIndex want) |
CalendarDateRange |
getCalendarDateRange() |
Iterable<Coordinate> |
getCoordinates() |
String |
getDescription() |
List<String> |
getFilenames() |
List<MFile> |
getFiles() |
byte[] |
getGdsBytes() |
Object |
getGdsHash() |
GribCollectionMutable |
getGribCollection() |
String |
getId() |
int |
getNFiles() |
Iterable<GribCollectionMutable.VariableIndex> |
getVariables() |
void |
show(Formatter f) |
String |
toString() |
public GribCollectionMutable.VariableIndex addVariable(GribCollectionMutable.VariableIndex vi)
public GribCollectionMutable getGribCollection()
public Iterable<GribCollectionMutable.VariableIndex> getVariables()
public Iterable<Coordinate> getCoordinates()
public String getId()
public String getDescription()
public byte[] getGdsBytes()
public Object getGdsHash()
public int compareTo(GribCollectionMutable.GroupGC o)
compareTo
in interface Comparable<GribCollectionMutable.GroupGC>
public GribCollectionMutable.VariableIndex findVariableByHash(GribCollectionMutable.VariableIndex want)
public CalendarDateRange getCalendarDateRange()
public int getNFiles()
public void show(Formatter f)
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.