public static interface GribCollectionProto.GdsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
|
int |
getPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
bytes gds = 1;
int getPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
uint32 predefinedGridDefinition = 2;