Package ucar.nc2.grib.collection
Class GribCollectionImmutable.Dataset
- java.lang.Object
-
- ucar.nc2.grib.collection.GribCollectionImmutable.Dataset
-
- Enclosing class:
- GribCollectionImmutable
@Immutable public class GribCollectionImmutable.Dataset extends Object
-
-
Constructor Summary
Constructors Constructor Description Dataset(GribCollectionImmutable.Type gctype, List<GribCollectionMutable.GroupGC> groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GribCollectionImmutable.GroupGC
findGroupById(String id)
GribCollectionImmutable.GroupGC
getGroup(int index)
Iterable<GribCollectionImmutable.GroupGC>
getGroups()
int
getGroupsSize()
GribCollectionImmutable.Type
getType()
-
-
-
Constructor Detail
-
Dataset
public Dataset(GribCollectionImmutable.Type gctype, List<GribCollectionMutable.GroupGC> groups)
-
-
Method Detail
-
getGroups
public Iterable<GribCollectionImmutable.GroupGC> getGroups()
-
getGroupsSize
public int getGroupsSize()
-
getType
public GribCollectionImmutable.Type getType()
-
getGroup
public GribCollectionImmutable.GroupGC getGroup(int index)
-
findGroupById
@Nullable public GribCollectionImmutable.GroupGC findGroupById(String id)
-
-