@Immutable public class GribCollectionImmutable.Dataset extends Object
Constructor and Description |
---|
Dataset(GribCollectionImmutable.Type gctype,
List<GribCollectionMutable.GroupGC> groups) |
Modifier and Type | Method and Description |
---|---|
GribCollectionImmutable.GroupGC |
findGroupById(String id) |
GribCollectionImmutable.GroupGC |
getGroup(int index) |
Iterable<GribCollectionImmutable.GroupGC> |
getGroups() |
int |
getGroupsSize() |
GribCollectionImmutable.Type |
getType() |
public Dataset(GribCollectionImmutable.Type gctype, List<GribCollectionMutable.GroupGC> groups)
public Iterable<GribCollectionImmutable.GroupGC> getGroups()
public int getGroupsSize()
public GribCollectionImmutable.Type getType()
public GribCollectionImmutable.GroupGC getGroup(int index)
public GribCollectionImmutable.GroupGC findGroupById(String id)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.