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.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()
-
-
-
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:
compareTo
in interfaceComparable<GribCollectionMutable.GroupGC>
-
findVariableByHash
public GribCollectionMutable.VariableIndex findVariableByHash(GribCollectionMutable.VariableIndex want)
-
getCalendarDateRange
public CalendarDateRange getCalendarDateRange()
-
getNFiles
public int getNFiles()
-
show
public void show(Formatter f)
-
-