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