public static interface GribCollectionProto.TimeCoordUnionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getBound(int index)
repeated float bound = 4; |
int |
getBoundCount()
repeated float bound = 4; |
List<Float> |
getBoundList()
repeated float bound = 4; |
int |
getCode()
required int32 code = 1; |
int |
getIndex(int index)
repeated int32 index = 6; |
int |
getIndexCount()
repeated int32 index = 6; |
List<Integer> |
getIndexList()
repeated int32 index = 6; |
int |
getPartition(int index)
repeated int32 partition = 5; |
int |
getPartitionCount()
repeated int32 partition = 5; |
List<Integer> |
getPartitionList()
repeated int32 partition = 5; |
String |
getUnit()
required string unit = 2; |
com.google.protobuf.ByteString |
getUnitBytes()
required string unit = 2; |
float |
getValues(int index)
repeated float values = 3; |
int |
getValuesCount()
repeated float values = 3; |
List<Float> |
getValuesList()
repeated float values = 3; |
boolean |
hasCode()
required int32 code = 1; |
boolean |
hasUnit()
required string unit = 2; |
boolean hasCode()
required int32 code = 1;int getCode()
required int32 code = 1;boolean hasUnit()
required string unit = 2;String getUnit()
required string unit = 2;com.google.protobuf.ByteString getUnitBytes()
required string unit = 2;int getValuesCount()
repeated float values = 3;float getValues(int index)
repeated float values = 3;List<Float> getBoundList()
repeated float bound = 4;
only used if interval, then = (value, bound)
int getBoundCount()
repeated float bound = 4;
only used if interval, then = (value, bound)
float getBound(int index)
repeated float bound = 4;
only used if interval, then = (value, bound)
List<Integer> getPartitionList()
repeated int32 partition = 5;
starting index, inclusive
int getPartitionCount()
repeated int32 partition = 5;
starting index, inclusive
int getPartition(int index)
repeated int32 partition = 5;
starting index, inclusive
int getIndexCount()
repeated int32 index = 6;
ending index, exclusive
int getIndex(int index)
repeated int32 index = 6;
ending index, exclusive
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.