Package ucar.nc2.grib.collection
Interface GribCollectionProto.GdsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.Gds
,GribCollectionProto.Gds.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.GdsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinitionint
getPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGds
com.google.protobuf.ByteString getGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
bytes gds = 1;
- Returns:
- The gds.
-
getPredefinedGridDefinition
int getPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
uint32 predefinedGridDefinition = 2;
- Returns:
- The predefinedGridDefinition.
-
-