Package ucar.nc2.grib.collection
Class GribCollectionMutable.GroupGC
- java.lang.Object
-
- ucar.nc2.grib.collection.GribCollectionMutable.GroupGC
-
- All Implemented Interfaces:
Comparable<GribCollectionMutable.GroupGC>
- Enclosing class:
- GribCollectionMutable
public class GribCollectionMutable.GroupGC extends Object implements Comparable<GribCollectionMutable.GroupGC>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GribCollectionMutable.VariableIndexaddVariable(GribCollectionMutable.VariableIndex vi)intcompareTo(GribCollectionMutable.GroupGC o)GribCollectionMutable.VariableIndexfindVariableByHash(GribCollectionMutable.VariableIndex want)ucar.nc2.time.CalendarDateRangegetCalendarDateRange()Iterable<Coordinate>getCoordinates()StringgetDescription()List<String>getFilenames()List<thredds.inventory.MFile>getFiles()byte[]getGdsBytes()ObjectgetGdsHash()GribCollectionMutablegetGribCollection()StringgetId()intgetNFiles()Iterable<GribCollectionMutable.VariableIndex>getVariables()voidshow(Formatter f)StringtoString()
-
-
-
Method Detail
-
addVariable
public GribCollectionMutable.VariableIndex addVariable(GribCollectionMutable.VariableIndex vi)
-
getGribCollection
public GribCollectionMutable getGribCollection()
-
getVariables
public Iterable<GribCollectionMutable.VariableIndex> getVariables()
-
getCoordinates
public Iterable<Coordinate> getCoordinates()
-
getId
public String getId()
-
getDescription
public String getDescription()
-
getGdsBytes
public byte[] getGdsBytes()
-
getGdsHash
public Object getGdsHash()
-
compareTo
public int compareTo(@Nonnull GribCollectionMutable.GroupGC o)- Specified by:
compareToin interfaceComparable<GribCollectionMutable.GroupGC>
-
getFiles
public List<thredds.inventory.MFile> getFiles()
-
findVariableByHash
public GribCollectionMutable.VariableIndex findVariableByHash(GribCollectionMutable.VariableIndex want)
-
getCalendarDateRange
public ucar.nc2.time.CalendarDateRange getCalendarDateRange()
-
getNFiles
public int getNFiles()
-
show
public void show(Formatter f)
-
-