Interface GribCollectionProto.GdsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.