public static interface GribCollectionProto.VariableOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GribCollectionProto.Variable>
| Modifier and Type | Method and Description |
|---|---|
int |
getCdmHash()
required fixed32 cdmHash = 3; |
int |
getCoordIdx(int index)
repeated uint32 coordIdx = 6; |
int |
getCoordIdxCount()
repeated uint32 coordIdx = 6; |
List<Integer> |
getCoordIdxList()
repeated uint32 coordIdx = 6; |
float |
getDensity()
optional float density = 7; |
int |
getDiscipline()
required uint32 discipline = 1; |
int |
getInvCount(int index)
repeated uint32 invCount = 15; |
int |
getInvCountCount()
repeated uint32 invCount = 15; |
List<Integer> |
getInvCountList()
repeated uint32 invCount = 15; |
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; |
List<GribCollectionProto.Parameter> |
getParamsList()
repeated .Parameter params = 20; |
GribCollectionProto.ParameterOrBuilder |
getParamsOrBuilder(int index)
repeated .Parameter params = 20; |
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; |
int |
getTime2Runtime(int index)
repeated uint32 time2runtime = 16; |
int |
getTime2RuntimeCount()
repeated uint32 time2runtime = 16; |
List<Integer> |
getTime2RuntimeList()
repeated uint32 time2runtime = 16; |
boolean |
hasCdmHash()
required fixed32 cdmHash = 3; |
boolean |
hasDensity()
optional float density = 7; |
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; |
getExtension, getExtension, getExtensionCount, hasExtensionboolean 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
boolean hasCdmHash()
required fixed32 cdmHash = 3;int getCdmHash()
required fixed32 cdmHash = 3;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
List<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 hasDensity()
optional float density = 7;
optionally keep stats
float getDensity()
optional float density = 7;
optionally keep stats
boolean hasNdups()
optional uint32 ndups = 8;int getNdups()
optional uint32 ndups = 8;boolean hasNrecords()
optional uint32 nrecords = 9;int getNrecords()
optional uint32 nrecords = 9;boolean hasMissing()
optional uint32 missing = 10;int getMissing()
optional uint32 missing = 10;List<Integer> getInvCountList()
repeated uint32 invCount = 15;
for Coordinate TwoTimer, only 2D vars
int getInvCountCount()
repeated uint32 invCount = 15;
for Coordinate TwoTimer, only 2D vars
int getInvCount(int index)
repeated uint32 invCount = 15;
for Coordinate TwoTimer, only 2D vars
List<Integer> getTime2RuntimeList()
repeated uint32 time2runtime = 16;
time index to runtime index, only 1D vars
int getTime2RuntimeCount()
repeated uint32 time2runtime = 16;
time index to runtime index, only 1D vars
int getTime2Runtime(int index)
repeated uint32 time2runtime = 16;
time index to runtime index, only 1D vars
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
List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .Parameter params = 20;
not used yet
GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .Parameter params = 20;
not used yet
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.