public static final class GribCollectionProto.Gds.Builder extends com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Gds.Builder> implements GribCollectionProto.GdsOrBuilder
Gds
Modifier and Type | Method and Description |
---|---|
GribCollectionProto.Gds |
build() |
GribCollectionProto.Gds |
buildPartial() |
GribCollectionProto.Gds.Builder |
clear() |
GribCollectionProto.Gds.Builder |
clearGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
|
GribCollectionProto.Gds.Builder |
clearPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
|
GribCollectionProto.Gds |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
|
int |
getPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GribCollectionProto.Gds.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.Gds.Builder |
mergeFrom(GribCollectionProto.Gds other) |
GribCollectionProto.Gds.Builder |
mergeFrom(com.google.protobuf.Message other) |
GribCollectionProto.Gds.Builder |
setGds(com.google.protobuf.ByteString value)
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
|
GribCollectionProto.Gds.Builder |
setPredefinedGridDefinition(int value)
only grib1; instead of gds raw bytes; need center, subcenter to interpret
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Gds.Builder>
public GribCollectionProto.Gds.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Gds.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Gds.Builder>
public GribCollectionProto.Gds getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GribCollectionProto.Gds build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GribCollectionProto.Gds buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GribCollectionProto.Gds.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.Gds.Builder>
public GribCollectionProto.Gds.Builder mergeFrom(GribCollectionProto.Gds other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Gds.Builder>
public GribCollectionProto.Gds.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.Gds.Builder>
java.io.IOException
public com.google.protobuf.ByteString getGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
bytes gds = 1;
getGds
in interface GribCollectionProto.GdsOrBuilder
public GribCollectionProto.Gds.Builder setGds(com.google.protobuf.ByteString value)
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
bytes gds = 1;
value
- The gds to set.public GribCollectionProto.Gds.Builder clearGds()
raw gds: Grib1SectionGridDefinition or Grib2SectionGridDefinition
bytes gds = 1;
public int getPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
uint32 predefinedGridDefinition = 2;
getPredefinedGridDefinition
in interface GribCollectionProto.GdsOrBuilder
public GribCollectionProto.Gds.Builder setPredefinedGridDefinition(int value)
only grib1; instead of gds raw bytes; need center, subcenter to interpret
uint32 predefinedGridDefinition = 2;
value
- The predefinedGridDefinition to set.public GribCollectionProto.Gds.Builder clearPredefinedGridDefinition()
only grib1; instead of gds raw bytes; need center, subcenter to interpret
uint32 predefinedGridDefinition = 2;