@Immutable
public class GribCollectionImmutable.GroupGC
extends java.lang.Object
Constructor and Description |
---|
GroupGC(GribCollectionImmutable.Dataset ds,
GribCollectionMutable.GroupGC gc) |
Modifier and Type | Method and Description |
---|---|
GribCollectionImmutable.VariableIndex |
findVariableByHash(GribCollectionImmutable.VariableIndex vi) |
java.util.List<Coordinate> |
getCoordinates() |
java.lang.String |
getDescription() |
java.util.List<MFile> |
getFiles() |
java.lang.Object |
getGdsHash() |
GdsHorizCoordSys |
getGdsHorizCoordSys() |
GribCollectionImmutable |
getGribCollection() |
java.lang.String |
getId() |
int |
getNFiles() |
int |
getNruntimes() |
java.util.List<GribCollectionImmutable.VariableIndex> |
getVariables() |
boolean |
isTwoD() |
CalendarDateRange |
makeCalendarDateRange() |
void |
show(java.util.Formatter f) |
java.lang.String |
toString() |
public GroupGC(GribCollectionImmutable.Dataset ds, GribCollectionMutable.GroupGC gc)
public boolean isTwoD()
public java.lang.String getId()
public java.lang.Object getGdsHash()
public GribCollectionImmutable getGribCollection()
public java.lang.String getDescription()
public GdsHorizCoordSys getGdsHorizCoordSys()
public GribCollectionImmutable.VariableIndex findVariableByHash(GribCollectionImmutable.VariableIndex vi)
public java.util.List<GribCollectionImmutable.VariableIndex> getVariables()
public java.util.List<Coordinate> getCoordinates()
public int getNruntimes()
public int getNFiles()
public java.util.List<MFile> getFiles()
public CalendarDateRange makeCalendarDateRange()
public java.lang.String toString()
toString
in class java.lang.Object
public void show(java.util.Formatter f)