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; |
List<GribCollectionProto.Coord> |
getCoordsList()
repeated .Coord coords = 3; |
GribCollectionProto.CoordOrBuilder |
getCoordsOrBuilder(int index)
repeated .Coord coords = 3; |
List<? extends GribCollectionProto.CoordOrBuilder> |
getCoordsOrBuilderList()
repeated .Coord coords = 3; |
int |
getFileno(int index)
repeated int32 fileno = 4; |
int |
getFilenoCount()
repeated int32 fileno = 4; |
List<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; |
List<GribCollectionProto.Parameter> |
getParamsList()
repeated .Parameter params = 20; |
GribCollectionProto.ParameterOrBuilder |
getParamsOrBuilder(int index)
repeated .Parameter params = 20; |
List<? extends GribCollectionProto.ParameterOrBuilder> |
getParamsOrBuilderList()
repeated .Parameter params = 20; |
GribCollectionProto.Variable |
getVariables(int index)
repeated .Variable variables = 2; |
int |
getVariablesCount()
repeated .Variable variables = 2; |
List<GribCollectionProto.Variable> |
getVariablesList()
repeated .Variable variables = 2; |
GribCollectionProto.VariableOrBuilder |
getVariablesOrBuilder(int index)
repeated .Variable variables = 2; |
List<? extends GribCollectionProto.VariableOrBuilder> |
getVariablesOrBuilderList()
repeated .Variable variables = 2; |
boolean |
hasGdsIndex()
required uint32 gdsIndex = 1; |
boolean |
hasIsTwod()
required bool isTwod = 5; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasGdsIndex()
required uint32 gdsIndex = 1;
index into GribCollection.gds array
int getGdsIndex()
required uint32 gdsIndex = 1;
index into GribCollection.gds array
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
List<? extends GribCollectionProto.VariableOrBuilder> getVariablesOrBuilderList()
repeated .Variable variables = 2;
list of variables
GribCollectionProto.VariableOrBuilder getVariablesOrBuilder(int index)
repeated .Variable variables = 2;
list of variables
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
List<? extends GribCollectionProto.CoordOrBuilder> getCoordsOrBuilderList()
repeated .Coord coords = 3;
list of coordinates
GribCollectionProto.CoordOrBuilder getCoordsOrBuilder(int index)
repeated .Coord coords = 3;
list of coordinates
List<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
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
List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .Parameter params = 20;
not used yet
GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .Parameter params = 20;
not used yet
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.