public static interface GribCollectionProto.RecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBmsPos()
optional uint64 bmsPos = 3 [default = 0]; |
int |
getFileno()
required uint32 fileno = 1; |
long |
getPos()
required uint64 pos = 2; |
int |
getScanMode()
optional uint32 scanMode = 4 [default = 9999]; |
boolean |
hasBmsPos()
optional uint64 bmsPos = 3 [default = 0]; |
boolean |
hasFileno()
required uint32 fileno = 1; |
boolean |
hasPos()
required uint64 pos = 2; |
boolean |
hasScanMode()
optional uint32 scanMode = 4 [default = 9999]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFileno()
required uint32 fileno = 1;
which GRIB file ? key into GC.fileMap
int getFileno()
required uint32 fileno = 1;
which GRIB file ? key into GC.fileMap
boolean hasPos()
required uint64 pos = 2;
offset in Grib file of the start of drs (grib2) or entire message (grib1)
long getPos()
required uint64 pos = 2;
offset in Grib file of the start of drs (grib2) or entire message (grib1)
boolean hasBmsPos()
optional uint64 bmsPos = 3 [default = 0];
use alternate bms
long getBmsPos()
optional uint64 bmsPos = 3 [default = 0];
use alternate bms
boolean hasScanMode()
optional uint32 scanMode = 4 [default = 9999];
scanMode from each record's gds added 2/6/2014
int getScanMode()
optional uint32 scanMode = 4 [default = 9999];
scanMode from each record's gds added 2/6/2014