@Immutable public class GribCollectionImmutable.GroupGC extends Object
| Modifier and Type | Field and Description |
|---|---|
GribHorizCoordSystem |
horizCoordSys |
| Constructor and Description |
|---|
GroupGC(GribCollectionImmutable.Dataset ds,
GribCollectionMutable.GroupGC gc) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Coordinate> |
findCoordinate(String name) |
List<Coordinate> |
getCoordinates() |
String |
getDescription() |
List<thredds.inventory.MFile> |
getFiles() |
Object |
getGdsHash() |
GdsHorizCoordSys |
getGdsHorizCoordSys() |
GribCollectionImmutable |
getGribCollection() |
GribHorizCoordSystem |
getGribHorizCoordSys() |
String |
getId() |
int |
getNFiles() |
int |
getNruntimes() |
GribCollectionImmutable.Type |
getType() |
List<GribCollectionImmutable.VariableIndex> |
getVariables() |
ucar.nc2.time.CalendarDateRange |
makeCalendarDateRange() |
void |
show(Formatter f) |
String |
toString() |
public final GribHorizCoordSystem horizCoordSys
public GroupGC(GribCollectionImmutable.Dataset ds, GribCollectionMutable.GroupGC gc)
public GribCollectionImmutable.Type getType()
public String getId()
public Object getGdsHash()
public GribCollectionImmutable getGribCollection()
public String getDescription()
public GribHorizCoordSystem getGribHorizCoordSys()
public GdsHorizCoordSys getGdsHorizCoordSys()
public Optional<Coordinate> findCoordinate(String name)
public List<GribCollectionImmutable.VariableIndex> getVariables()
public List<Coordinate> getCoordinates()
public int getNruntimes()
public int getNFiles()
public List<thredds.inventory.MFile> getFiles()
public ucar.nc2.time.CalendarDateRange makeCalendarDateRange()
public void show(Formatter f)