public static interface GribCollectionProto.RecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBmsPos()
optional uint64 bmsPos = 4 [default = 0]; |
int |
getFileno()
required uint32 fileno = 1; |
boolean |
getMissing()
optional bool missing = 3 [default = false]; |
long |
getPos()
required uint64 pos = 2; |
boolean |
hasBmsPos()
optional uint64 bmsPos = 4 [default = 0]; |
boolean |
hasFileno()
required uint32 fileno = 1; |
boolean |
hasMissing()
optional bool missing = 3 [default = false]; |
boolean |
hasPos()
required uint64 pos = 2; |
boolean hasFileno()
required uint32 fileno = 1;
index into GribCollectionIndex.files
int getFileno()
required uint32 fileno = 1;
index into GribCollectionIndex.files
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 = 4 [default = 0];
use alternate bms
long getBmsPos()
optional uint64 bmsPos = 4 [default = 0];
use alternate bms
boolean hasMissing()
optional bool missing = 3 [default = false];
record is missing
boolean getMissing()
optional bool missing = 3 [default = false];
record is missing
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.