public static interface GribCollectionProto.GroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
GribCollectionProto.Coord | 
getCoords(int index)
 list of coordinates 
 | 
int | 
getCoordsCount()
 list of coordinates 
 | 
java.util.List<GribCollectionProto.Coord> | 
getCoordsList()
 list of coordinates 
 | 
GribCollectionProto.CoordOrBuilder | 
getCoordsOrBuilder(int index)
 list of coordinates 
 | 
java.util.List<? extends GribCollectionProto.CoordOrBuilder> | 
getCoordsOrBuilderList()
 list of coordinates 
 | 
int | 
getFileno(int index)
 the component files that are in this group, key into gc.mfiles 
 | 
int | 
getFilenoCount()
 the component files that are in this group, key into gc.mfiles 
 | 
java.util.List<java.lang.Integer> | 
getFilenoList()
 the component files that are in this group, key into gc.mfiles 
 | 
GribCollectionProto.Gds | 
getGds()
 use this to build the HorizCoordSys 
 | 
GribCollectionProto.GdsOrBuilder | 
getGdsOrBuilder()
 use this to build the HorizCoordSys 
 | 
GribCollectionProto.Variable | 
getVariables(int index)
 list of variables 
 | 
int | 
getVariablesCount()
 list of variables 
 | 
java.util.List<GribCollectionProto.Variable> | 
getVariablesList()
 list of variables 
 | 
GribCollectionProto.VariableOrBuilder | 
getVariablesOrBuilder(int index)
 list of variables 
 | 
java.util.List<? extends GribCollectionProto.VariableOrBuilder> | 
getVariablesOrBuilderList()
 list of variables 
 | 
boolean | 
hasGds()
 use this to build the HorizCoordSys 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGds()
use this to build the HorizCoordSys
.Gds gds = 1;GribCollectionProto.Gds getGds()
use this to build the HorizCoordSys
.Gds gds = 1;GribCollectionProto.GdsOrBuilder getGdsOrBuilder()
use this to build the HorizCoordSys
.Gds gds = 1;java.util.List<GribCollectionProto.Variable> getVariablesList()
list of variables
repeated .Variable variables = 2;GribCollectionProto.Variable getVariables(int index)
list of variables
repeated .Variable variables = 2;int getVariablesCount()
list of variables
repeated .Variable variables = 2;java.util.List<? extends GribCollectionProto.VariableOrBuilder> getVariablesOrBuilderList()
list of variables
repeated .Variable variables = 2;GribCollectionProto.VariableOrBuilder getVariablesOrBuilder(int index)
list of variables
repeated .Variable variables = 2;java.util.List<GribCollectionProto.Coord> getCoordsList()
list of coordinates
repeated .Coord coords = 3;GribCollectionProto.Coord getCoords(int index)
list of coordinates
repeated .Coord coords = 3;int getCoordsCount()
list of coordinates
repeated .Coord coords = 3;java.util.List<? extends GribCollectionProto.CoordOrBuilder> getCoordsOrBuilderList()
list of coordinates
repeated .Coord coords = 3;GribCollectionProto.CoordOrBuilder getCoordsOrBuilder(int index)
list of coordinates
repeated .Coord coords = 3;java.util.List<java.lang.Integer> getFilenoList()
the component files that are in this group, key into gc.mfiles
repeated uint32 fileno = 4 [packed = true];int getFilenoCount()
the component files that are in this group, key into gc.mfiles
repeated uint32 fileno = 4 [packed = true];int getFileno(int index)
the component files that are in this group, key into gc.mfiles
repeated uint32 fileno = 4 [packed = true];index - The index of the element to return.