Package ucar.gcdm
Interface GcdmGridProto.GridTimeCoordinateSystemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.GridTimeCoordinateSystem,GcdmGridProto.GridTimeCoordinateSystem.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridTimeCoordinateSystemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsRegular(int key)<minutes since 0Z, time offset axis>StringgetCalendarDateUnit()string calendar_date_unit = 2;com.google.protobuf.ByteStringgetCalendarDateUnitBytes()string calendar_date_unit = 2;intgetId()sint32 id = 5;GcdmGridProto.GridAxisgetIrregular(int index)list of time offset axesintgetIrregularCount()list of time offset axesList<GcdmGridProto.GridAxis>getIrregularList()list of time offset axesGcdmGridProto.GridAxisOrBuildergetIrregularOrBuilder(int index)list of time offset axesList<? extends GcdmGridProto.GridAxisOrBuilder>getIrregularOrBuilderList()list of time offset axesMap<Integer,GcdmGridProto.GridAxis>getRegular()Deprecated.intgetRegularCount()<minutes since 0Z, time offset axis>Map<Integer,GcdmGridProto.GridAxis>getRegularMap()<minutes since 0Z, time offset axis>GcdmGridProto.GridAxisgetRegularOrDefault(int key, GcdmGridProto.GridAxis defaultValue)<minutes since 0Z, time offset axis>GcdmGridProto.GridAxisgetRegularOrThrow(int key)<minutes since 0Z, time offset axis>StringgetRuntimeAxisName()string runtime_axis_name = 4;com.google.protobuf.ByteStringgetRuntimeAxisNameBytes()string runtime_axis_name = 4;StringgetTimeAxisName()string time_axis_name = 3;com.google.protobuf.ByteStringgetTimeAxisNameBytes()string time_axis_name = 3;GcdmGridProto.GridTimeTypegetType().ucar.gcdm.GridTimeType type = 1;intgetTypeValue().ucar.gcdm.GridTimeType type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.ucar.gcdm.GridTimeType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
GcdmGridProto.GridTimeType getType()
.ucar.gcdm.GridTimeType type = 1;- Returns:
- The type.
-
getCalendarDateUnit
String getCalendarDateUnit()
string calendar_date_unit = 2;- Returns:
- The calendarDateUnit.
-
getCalendarDateUnitBytes
com.google.protobuf.ByteString getCalendarDateUnitBytes()
string calendar_date_unit = 2;- Returns:
- The bytes for calendarDateUnit.
-
getTimeAxisName
String getTimeAxisName()
string time_axis_name = 3;- Returns:
- The timeAxisName.
-
getTimeAxisNameBytes
com.google.protobuf.ByteString getTimeAxisNameBytes()
string time_axis_name = 3;- Returns:
- The bytes for timeAxisName.
-
getRuntimeAxisName
String getRuntimeAxisName()
string runtime_axis_name = 4;- Returns:
- The runtimeAxisName.
-
getRuntimeAxisNameBytes
com.google.protobuf.ByteString getRuntimeAxisNameBytes()
string runtime_axis_name = 4;- Returns:
- The bytes for runtimeAxisName.
-
getId
int getId()
sint32 id = 5;- Returns:
- The id.
-
getRegularCount
int getRegularCount()
<minutes since 0Z, time offset axis>
map<int32, .ucar.gcdm.GridAxis> regular = 6;
-
containsRegular
boolean containsRegular(int key)
<minutes since 0Z, time offset axis>
map<int32, .ucar.gcdm.GridAxis> regular = 6;
-
getRegular
@Deprecated Map<Integer,GcdmGridProto.GridAxis> getRegular()
Deprecated.UsegetRegularMap()instead.
-
getRegularMap
Map<Integer,GcdmGridProto.GridAxis> getRegularMap()
<minutes since 0Z, time offset axis>
map<int32, .ucar.gcdm.GridAxis> regular = 6;
-
getRegularOrDefault
GcdmGridProto.GridAxis getRegularOrDefault(int key, GcdmGridProto.GridAxis defaultValue)
<minutes since 0Z, time offset axis>
map<int32, .ucar.gcdm.GridAxis> regular = 6;
-
getRegularOrThrow
GcdmGridProto.GridAxis getRegularOrThrow(int key)
<minutes since 0Z, time offset axis>
map<int32, .ucar.gcdm.GridAxis> regular = 6;
-
getIrregularList
List<GcdmGridProto.GridAxis> getIrregularList()
list of time offset axes
repeated .ucar.gcdm.GridAxis irregular = 7;
-
getIrregular
GcdmGridProto.GridAxis getIrregular(int index)
list of time offset axes
repeated .ucar.gcdm.GridAxis irregular = 7;
-
getIrregularCount
int getIrregularCount()
list of time offset axes
repeated .ucar.gcdm.GridAxis irregular = 7;
-
getIrregularOrBuilderList
List<? extends GcdmGridProto.GridAxisOrBuilder> getIrregularOrBuilderList()
list of time offset axes
repeated .ucar.gcdm.GridAxis irregular = 7;
-
getIrregularOrBuilder
GcdmGridProto.GridAxisOrBuilder getIrregularOrBuilder(int index)
list of time offset axes
repeated .ucar.gcdm.GridAxis irregular = 7;
-
-