public static interface GribCollectionProto.CoordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GribCollectionProto.GribAxisType |
getAxisType()
optional .GribAxisType axisType = 1; |
int |
getAxisTypeValue()
optional .GribAxisType axisType = 1; |
float |
getBound(int index)
repeated float bound = 5 [packed = true]; |
int |
getBoundCount()
repeated float bound = 5 [packed = true]; |
List<Float> |
getBoundList()
repeated float bound = 5 [packed = true]; |
int |
getCode()
optional int32 code = 2; |
boolean |
getIsOrthogonal()
optional bool isOrthogonal = 8; |
boolean |
getIsRegular()
optional bool isRegular = 9; |
long |
getMsecs(int index)
repeated int64 msecs = 6 [packed = true]; |
int |
getMsecsCount()
repeated int64 msecs = 6 [packed = true]; |
List<Long> |
getMsecsList()
repeated int64 msecs = 6 [packed = true]; |
int |
getTime2Runtime(int index)
repeated uint32 time2runtime = 10 [packed = true]; |
int |
getTime2RuntimeCount()
repeated uint32 time2runtime = 10 [packed = true]; |
List<Integer> |
getTime2RuntimeList()
repeated uint32 time2runtime = 10 [packed = true]; |
GribCollectionProto.Coord |
getTimes(int index)
repeated .Coord times = 7; |
int |
getTimesCount()
repeated .Coord times = 7; |
List<GribCollectionProto.Coord> |
getTimesList()
repeated .Coord times = 7; |
GribCollectionProto.CoordOrBuilder |
getTimesOrBuilder(int index)
repeated .Coord times = 7; |
List<? extends GribCollectionProto.CoordOrBuilder> |
getTimesOrBuilderList()
repeated .Coord times = 7; |
String |
getUnit()
optional string unit = 3; |
com.google.protobuf.ByteString |
getUnitBytes()
optional string unit = 3; |
float |
getValues(int index)
repeated float values = 4 [packed = true]; |
int |
getValuesCount()
repeated float values = 4 [packed = true]; |
List<Float> |
getValuesList()
repeated float values = 4 [packed = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAxisTypeValue()
optional .GribAxisType axisType = 1;GribCollectionProto.GribAxisType getAxisType()
optional .GribAxisType axisType = 1;int getCode()
optional int32 code = 2;
time unit; level type
String getUnit()
optional string unit = 3;com.google.protobuf.ByteString getUnitBytes()
optional string unit = 3;int getValuesCount()
repeated float values = 4 [packed = true];float getValues(int index)
repeated float values = 4 [packed = true];List<Float> getBoundList()
repeated float bound = 5 [packed = true];
only used if interval, then = (value, bound)
int getBoundCount()
repeated float bound = 5 [packed = true];
only used if interval, then = (value, bound)
float getBound(int index)
repeated float bound = 5 [packed = true];
only used if interval, then = (value, bound)
List<Long> getMsecsList()
repeated int64 msecs = 6 [packed = true];
calendar date : runtime, time2D
int getMsecsCount()
repeated int64 msecs = 6 [packed = true];
calendar date : runtime, time2D
long getMsecs(int index)
repeated int64 msecs = 6 [packed = true];
calendar date : runtime, time2D
List<GribCollectionProto.Coord> getTimesList()
repeated .Coord times = 7;
time2D only
GribCollectionProto.Coord getTimes(int index)
repeated .Coord times = 7;
time2D only
int getTimesCount()
repeated .Coord times = 7;
time2D only
List<? extends GribCollectionProto.CoordOrBuilder> getTimesOrBuilderList()
repeated .Coord times = 7;
time2D only
GribCollectionProto.CoordOrBuilder getTimesOrBuilder(int index)
repeated .Coord times = 7;
time2D only
boolean getIsOrthogonal()
optional bool isOrthogonal = 8;
time2D only
boolean getIsRegular()
optional bool isRegular = 9;
time2D only
List<Integer> getTime2RuntimeList()
repeated uint32 time2runtime = 10 [packed = true];
time index to runtime index, Best Time only
int getTime2RuntimeCount()
repeated uint32 time2runtime = 10 [packed = true];
time index to runtime index, Best Time only
int getTime2Runtime(int index)
repeated uint32 time2runtime = 10 [packed = true];
time index to runtime index, Best Time only