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