public static interface GribCollectionProto.VariableRecordsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCdmHash()
required fixed32 cdmHash = 1; |
GribCollectionProto.Record |
getRecords(int index)
repeated .gribCollectionIndex.Record records = 2; |
int |
getRecordsCount()
repeated .gribCollectionIndex.Record records = 2; |
List<GribCollectionProto.Record> |
getRecordsList()
repeated .gribCollectionIndex.Record records = 2; |
GribCollectionProto.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .gribCollectionIndex.Record records = 2; |
List<? extends GribCollectionProto.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .gribCollectionIndex.Record records = 2; |
boolean |
hasCdmHash()
required fixed32 cdmHash = 1; |
boolean hasCdmHash()
required fixed32 cdmHash = 1;
which variable
int getCdmHash()
required fixed32 cdmHash = 1;
which variable
List<GribCollectionProto.Record> getRecordsList()
repeated .gribCollectionIndex.Record records = 2;
Record[ntimes*nvert*nens]
GribCollectionProto.Record getRecords(int index)
repeated .gribCollectionIndex.Record records = 2;
Record[ntimes*nvert*nens]
int getRecordsCount()
repeated .gribCollectionIndex.Record records = 2;
Record[ntimes*nvert*nens]
List<? extends GribCollectionProto.RecordOrBuilder> getRecordsOrBuilderList()
repeated .gribCollectionIndex.Record records = 2;
Record[ntimes*nvert*nens]
GribCollectionProto.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .gribCollectionIndex.Record records = 2;
Record[ntimes*nvert*nens]
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.