public static interface GribCollectionProto.GroupOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GribCollectionProto.Group>
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 int32 fileno = 4; |
int |
getFilenoCount()
repeated int32 fileno = 4; |
java.util.List<java.lang.Integer> |
getFilenoList()
repeated int32 fileno = 4; |
int |
getGdsIndex()
required uint32 gdsIndex = 1; |
boolean |
getIsTwod()
required bool isTwod = 5; |
GribCollectionProto.Parameter |
getParams(int index)
repeated .Parameter params = 20; |
int |
getParamsCount()
repeated .Parameter params = 20; |
java.util.List<GribCollectionProto.Parameter> |
getParamsList()
repeated .Parameter params = 20; |
GribCollectionProto.ParameterOrBuilder |
getParamsOrBuilder(int index)
repeated .Parameter params = 20; |
java.util.List<? extends GribCollectionProto.ParameterOrBuilder> |
getParamsOrBuilderList()
repeated .Parameter params = 20; |
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 |
hasGdsIndex()
required uint32 gdsIndex = 1; |
boolean |
hasIsTwod()
required bool isTwod = 5; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
boolean hasGdsIndex()
required uint32 gdsIndex = 1;
index into GribCollection.gds array
int getGdsIndex()
required uint32 gdsIndex = 1;
index into GribCollection.gds array
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 int32 fileno = 4;
the component files that are in this group, key into gc.mfiles
int getFilenoCount()
repeated int32 fileno = 4;
the component files that are in this group, key into gc.mfiles
int getFileno(int index)
repeated int32 fileno = 4;
the component files that are in this group, key into gc.mfiles
boolean hasIsTwod()
required bool isTwod = 5;
has 2 time dimensions -- NOT USED
boolean getIsTwod()
required bool isTwod = 5;
has 2 time dimensions -- NOT USED
java.util.List<GribCollectionProto.Parameter> getParamsList()
repeated .Parameter params = 20;
not used yet
GribCollectionProto.Parameter getParams(int index)
repeated .Parameter params = 20;
not used yet
int getParamsCount()
repeated .Parameter params = 20;
not used yet
java.util.List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .Parameter params = 20;
not used yet
GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .Parameter params = 20;
not used yet