public class GribCollectionMutable.GroupGC extends java.lang.Object implements java.lang.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() |
java.lang.Iterable<Coordinate> |
getCoordinates() |
java.lang.String |
getDescription() |
java.util.List<java.lang.String> |
getFilenames() |
java.util.List<MFile> |
getFiles() |
byte[] |
getGdsBytes() |
java.lang.Object |
getGdsHash() |
GribCollectionMutable |
getGribCollection() |
java.lang.String |
getId() |
int |
getNFiles() |
java.lang.Iterable<GribCollectionMutable.VariableIndex> |
getVariables() |
void |
show(java.util.Formatter f) |
java.lang.String |
toString() |
public GribCollectionMutable.VariableIndex addVariable(GribCollectionMutable.VariableIndex vi)
public GribCollectionMutable getGribCollection()
public java.lang.Iterable<GribCollectionMutable.VariableIndex> getVariables()
public java.lang.Iterable<Coordinate> getCoordinates()
public java.lang.String getId()
public java.lang.String getDescription()
public byte[] getGdsBytes()
public java.lang.Object getGdsHash()
public int compareTo(GribCollectionMutable.GroupGC o)
compareTo
in interface java.lang.Comparable<GribCollectionMutable.GroupGC>
public java.util.List<MFile> getFiles()
public java.util.List<java.lang.String> getFilenames()
public GribCollectionMutable.VariableIndex findVariableByHash(GribCollectionMutable.VariableIndex want)
public CalendarDateRange getCalendarDateRange()
public int getNFiles()
public void show(java.util.Formatter f)
public java.lang.String toString()
toString
in class java.lang.Object