public static interface GribCollectionProto.VariableOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GribCollectionProto.Variable>
Modifier and Type | Method and Description |
---|---|
int |
getCoordIdx(int index)
repeated uint32 coordIdx = 6; |
int |
getCoordIdxCount()
repeated uint32 coordIdx = 6; |
java.util.List<java.lang.Integer> |
getCoordIdxList()
repeated uint32 coordIdx = 6; |
int |
getDiscipline()
required uint32 discipline = 1; |
int |
getIds(int index)
repeated uint32 ids = 3; |
int |
getIdsCount()
repeated uint32 ids = 3; |
java.util.List<java.lang.Integer> |
getIdsList()
repeated uint32 ids = 3; |
int |
getMissing()
optional uint32 missing = 10; |
int |
getNdups()
optional uint32 ndups = 8; |
int |
getNrecords()
optional uint32 nrecords = 9; |
GribCollectionProto.Parameter |
getParams(int index)
repeated .Parameter params = 20; |
int |
getParamsCount()
repeated .Parameter params = 20; |
java.util.List<GribCollectionProto.Parameter> |
getParamsList()
repeated .Parameter params = 20; |
GribCollectionProto.ParameterOrBuilder |
getParamsOrBuilder(int index)
repeated .Parameter params = 20; |
java.util.List<? extends GribCollectionProto.ParameterOrBuilder> |
getParamsOrBuilderList()
repeated .Parameter params = 20; |
com.google.protobuf.ByteString |
getPds()
required bytes pds = 2; |
int |
getRecordsLen()
required uint32 recordsLen = 5; |
long |
getRecordsPos()
required uint64 recordsPos = 4; |
boolean |
hasDiscipline()
required uint32 discipline = 1; |
boolean |
hasMissing()
optional uint32 missing = 10; |
boolean |
hasNdups()
optional uint32 ndups = 8; |
boolean |
hasNrecords()
optional uint32 nrecords = 9; |
boolean |
hasPds()
required bytes pds = 2; |
boolean |
hasRecordsLen()
required uint32 recordsLen = 5; |
boolean |
hasRecordsPos()
required uint64 recordsPos = 4; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
boolean hasDiscipline()
required uint32 discipline = 1;
int getDiscipline()
required uint32 discipline = 1;
boolean hasPds()
required bytes pds = 2;
raw pds
com.google.protobuf.ByteString getPds()
required bytes pds = 2;
raw pds
java.util.List<java.lang.Integer> getIdsList()
repeated uint32 ids = 3;
extra info not in pds; grib2 id section
int getIdsCount()
repeated uint32 ids = 3;
extra info not in pds; grib2 id section
int getIds(int index)
repeated uint32 ids = 3;
extra info not in pds; grib2 id section
boolean hasRecordsPos()
required uint64 recordsPos = 4;
offset of SparseArray message for this Variable
long getRecordsPos()
required uint64 recordsPos = 4;
offset of SparseArray message for this Variable
boolean hasRecordsLen()
required uint32 recordsLen = 5;
size of SparseArray message for this Variable
int getRecordsLen()
required uint32 recordsLen = 5;
size of SparseArray message for this Variable
java.util.List<java.lang.Integer> getCoordIdxList()
repeated uint32 coordIdx = 6;
indexes into Group.coords
int getCoordIdxCount()
repeated uint32 coordIdx = 6;
indexes into Group.coords
int getCoordIdx(int index)
repeated uint32 coordIdx = 6;
indexes into Group.coords
boolean hasNdups()
optional uint32 ndups = 8;
optionally keep stats
int getNdups()
optional uint32 ndups = 8;
optionally keep stats
boolean hasNrecords()
optional uint32 nrecords = 9;
int getNrecords()
optional uint32 nrecords = 9;
boolean hasMissing()
optional uint32 missing = 10;
int getMissing()
optional uint32 missing = 10;
java.util.List<GribCollectionProto.Parameter> getParamsList()
repeated .Parameter params = 20;
not used yet
GribCollectionProto.Parameter getParams(int index)
repeated .Parameter params = 20;
not used yet
int getParamsCount()
repeated .Parameter params = 20;
not used yet
java.util.List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .Parameter params = 20;
not used yet
GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .Parameter params = 20;
not used yet