public static interface GribCollectionProto.VariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCoordIdx(int index)
indexes into Group.coords
|
int |
getCoordIdxCount()
indexes into Group.coords
|
java.util.List<java.lang.Integer> |
getCoordIdxList()
indexes into Group.coords
|
int |
getDiscipline()
uint32 discipline = 1; |
int |
getIds(int index)
extra info not in pds; grib2 id section
|
int |
getIdsCount()
extra info not in pds; grib2 id section
|
java.util.List<java.lang.Integer> |
getIdsList()
extra info not in pds; grib2 id section
|
int |
getMissing()
uint32 missing = 10; |
int |
getNdups()
optionally keep stats
|
int |
getNrecords()
uint32 nrecords = 9; |
GribCollectionProto.PartitionVariable |
getPartVariable(int index)
partition only
|
int |
getPartVariableCount()
partition only
|
java.util.List<GribCollectionProto.PartitionVariable> |
getPartVariableList()
partition only
|
GribCollectionProto.PartitionVariableOrBuilder |
getPartVariableOrBuilder(int index)
partition only
|
java.util.List<? extends GribCollectionProto.PartitionVariableOrBuilder> |
getPartVariableOrBuilderList()
partition only
|
com.google.protobuf.ByteString |
getPds()
raw pds
|
int |
getRecordsLen()
size of SparseArray message for this Variable
|
long |
getRecordsPos()
offset of SparseArray message for this Variable
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDiscipline()
uint32 discipline = 1;com.google.protobuf.ByteString getPds()
raw pds
bytes pds = 2;java.util.List<java.lang.Integer> getIdsList()
extra info not in pds; grib2 id section
repeated uint32 ids = 3 [packed = true];int getIdsCount()
extra info not in pds; grib2 id section
repeated uint32 ids = 3 [packed = true];int getIds(int index)
extra info not in pds; grib2 id section
repeated uint32 ids = 3 [packed = true];index - The index of the element to return.long getRecordsPos()
offset of SparseArray message for this Variable
uint64 recordsPos = 4;int getRecordsLen()
size of SparseArray message for this Variable
uint32 recordsLen = 5;java.util.List<java.lang.Integer> getCoordIdxList()
indexes into Group.coords
repeated uint32 coordIdx = 6 [packed = true];int getCoordIdxCount()
indexes into Group.coords
repeated uint32 coordIdx = 6 [packed = true];int getCoordIdx(int index)
indexes into Group.coords
repeated uint32 coordIdx = 6 [packed = true];index - The index of the element to return.int getNdups()
optionally keep stats
uint32 ndups = 8;int getNrecords()
uint32 nrecords = 9;int getMissing()
uint32 missing = 10;java.util.List<GribCollectionProto.PartitionVariable> getPartVariableList()
partition only
repeated .PartitionVariable partVariable = 100;GribCollectionProto.PartitionVariable getPartVariable(int index)
partition only
repeated .PartitionVariable partVariable = 100;int getPartVariableCount()
partition only
repeated .PartitionVariable partVariable = 100;java.util.List<? extends GribCollectionProto.PartitionVariableOrBuilder> getPartVariableOrBuilderList()
partition only
repeated .PartitionVariable partVariable = 100;GribCollectionProto.PartitionVariableOrBuilder getPartVariableOrBuilder(int index)
partition only
repeated .PartitionVariable partVariable = 100;