Package ucar.nc2.grib.collection
Interface GribCollectionProto.GroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.Group
,GribCollectionProto.Group.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.GroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GribCollectionProto.Coord
getCoords(int index)
list of coordinatesint
getCoordsCount()
list of coordinatesList<GribCollectionProto.Coord>
getCoordsList()
list of coordinatesGribCollectionProto.CoordOrBuilder
getCoordsOrBuilder(int index)
list of coordinatesList<? extends GribCollectionProto.CoordOrBuilder>
getCoordsOrBuilderList()
list of coordinatesint
getFileno(int index)
the component files that are in this group, key into gc.mfilesint
getFilenoCount()
the component files that are in this group, key into gc.mfilesList<Integer>
getFilenoList()
the component files that are in this group, key into gc.mfilesGribCollectionProto.Gds
getGds()
use this to build the HorizCoordSysGribCollectionProto.GdsOrBuilder
getGdsOrBuilder()
use this to build the HorizCoordSysGribCollectionProto.Variable
getVariables(int index)
list of variablesint
getVariablesCount()
list of variablesList<GribCollectionProto.Variable>
getVariablesList()
list of variablesGribCollectionProto.VariableOrBuilder
getVariablesOrBuilder(int index)
list of variablesList<? extends GribCollectionProto.VariableOrBuilder>
getVariablesOrBuilderList()
list of variablesboolean
hasGds()
use this to build the HorizCoordSys-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGds
boolean hasGds()
use this to build the HorizCoordSys
.Gds gds = 1;
- Returns:
- Whether the gds field is set.
-
getGds
GribCollectionProto.Gds getGds()
use this to build the HorizCoordSys
.Gds gds = 1;
- Returns:
- The gds.
-
getGdsOrBuilder
GribCollectionProto.GdsOrBuilder getGdsOrBuilder()
use this to build the HorizCoordSys
.Gds gds = 1;
-
getVariablesList
List<GribCollectionProto.Variable> getVariablesList()
list of variables
repeated .Variable variables = 2;
-
getVariables
GribCollectionProto.Variable getVariables(int index)
list of variables
repeated .Variable variables = 2;
-
getVariablesCount
int getVariablesCount()
list of variables
repeated .Variable variables = 2;
-
getVariablesOrBuilderList
List<? extends GribCollectionProto.VariableOrBuilder> getVariablesOrBuilderList()
list of variables
repeated .Variable variables = 2;
-
getVariablesOrBuilder
GribCollectionProto.VariableOrBuilder getVariablesOrBuilder(int index)
list of variables
repeated .Variable variables = 2;
-
getCoordsList
List<GribCollectionProto.Coord> getCoordsList()
list of coordinates
repeated .Coord coords = 3;
-
getCoords
GribCollectionProto.Coord getCoords(int index)
list of coordinates
repeated .Coord coords = 3;
-
getCoordsCount
int getCoordsCount()
list of coordinates
repeated .Coord coords = 3;
-
getCoordsOrBuilderList
List<? extends GribCollectionProto.CoordOrBuilder> getCoordsOrBuilderList()
list of coordinates
repeated .Coord coords = 3;
-
getCoordsOrBuilder
GribCollectionProto.CoordOrBuilder getCoordsOrBuilder(int index)
list of coordinates
repeated .Coord coords = 3;
-
getFilenoList
List<Integer> getFilenoList()
the component files that are in this group, key into gc.mfiles
repeated uint32 fileno = 4 [packed = true];
- Returns:
- A list containing the fileno.
-
getFilenoCount
int getFilenoCount()
the component files that are in this group, key into gc.mfiles
repeated uint32 fileno = 4 [packed = true];
- Returns:
- The count of fileno.
-
getFileno
int getFileno(int index)
the component files that are in this group, key into gc.mfiles
repeated uint32 fileno = 4 [packed = true];
- Parameters:
index
- The index of the element to return.- Returns:
- The fileno at the given index.
-
-