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