public static interface GribCollectionProto.RecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBmsOffset()
use alternate bms if non-zero (grib2 only).
|
int |
getDrsOffset()
offset of drs from start (grib2 only)
|
int |
getFileno()
which GRIB file ? key into GC.fileMap
|
long |
getStartPos()
offset in GRIB file of the start of entire message
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getFileno()
which GRIB file ? key into GC.fileMap
uint32 fileno = 1;
long getStartPos()
offset in GRIB file of the start of entire message
uint64 startPos = 2;
int getBmsOffset()
use alternate bms if non-zero (grib2 only). offset from start
uint32 bmsOffset = 3;
int getDrsOffset()
offset of drs from start (grib2 only)
uint32 drsOffset = 4;