public static interface GribCollectionProto.SparseArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getNdups()
duplicates found when creating
|
GribCollectionProto.Record |
getRecords(int index)
List<Record>
|
int |
getRecordsCount()
List<Record>
|
java.util.List<GribCollectionProto.Record> |
getRecordsList()
List<Record>
|
GribCollectionProto.RecordOrBuilder |
getRecordsOrBuilder(int index)
List<Record>
|
java.util.List<? extends GribCollectionProto.RecordOrBuilder> |
getRecordsOrBuilderList()
List<Record>
|
int |
getSize(int index)
multidim sizes = shape[]
|
int |
getSizeCount()
multidim sizes = shape[]
|
java.util.List<java.lang.Integer> |
getSizeList()
multidim sizes = shape[]
|
int |
getTrack(int index)
1-based index into record list, 0 == missing
|
int |
getTrackCount()
1-based index into record list, 0 == missing
|
java.util.List<java.lang.Integer> |
getTrackList()
1-based index into record list, 0 == missing
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Integer> getSizeList()
multidim sizes = shape[]
repeated uint32 size = 2 [packed = true];int getSizeCount()
multidim sizes = shape[]
repeated uint32 size = 2 [packed = true];int getSize(int index)
multidim sizes = shape[]
repeated uint32 size = 2 [packed = true];index - The index of the element to return.java.util.List<java.lang.Integer> getTrackList()
1-based index into record list, 0 == missing
repeated uint32 track = 3 [packed = true];int getTrackCount()
1-based index into record list, 0 == missing
repeated uint32 track = 3 [packed = true];int getTrack(int index)
1-based index into record list, 0 == missing
repeated uint32 track = 3 [packed = true];index - The index of the element to return.java.util.List<GribCollectionProto.Record> getRecordsList()
List<Record>
repeated .Record records = 4;GribCollectionProto.Record getRecords(int index)
List<Record>
repeated .Record records = 4;int getRecordsCount()
List<Record>
repeated .Record records = 4;java.util.List<? extends GribCollectionProto.RecordOrBuilder> getRecordsOrBuilderList()
List<Record>
repeated .Record records = 4;GribCollectionProto.RecordOrBuilder getRecordsOrBuilder(int index)
List<Record>
repeated .Record records = 4;int getNdups()
duplicates found when creating
uint32 ndups = 5;