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