Package ucar.gcdm
Enum GcdmGridProto.GridAxisDependenceType
- java.lang.Object
-
- java.lang.Enum<GcdmGridProto.GridAxisDependenceType>
-
- ucar.gcdm.GcdmGridProto.GridAxisDependenceType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GcdmGridProto.GridAxisDependenceType>
- Enclosing class:
- GcdmGridProto
public static enum GcdmGridProto.GridAxisDependenceType extends Enum<GcdmGridProto.GridAxisDependenceType> implements com.google.protobuf.ProtocolMessageEnum
currently related to GridAxisDependenceType
Protobuf enumucar.gcdm.GridAxisDependenceType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GRID_AXIS_DEPENDENCE_TYPE_DEPENDENTaux coordinate, reftime(time) or time_bounds(time);GRID_AXIS_DEPENDENCE_TYPE_DIMENSIONswath(scan, scanAcross)GRID_AXIS_DEPENDENCE_TYPE_FMRC_REGtime(reftime, hourOfDay)GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENThas its own dimension, is a coordinate variable, eg x(x)GRID_AXIS_DEPENDENCE_TYPE_SCALARreftimeGRID_AXIS_DEPENDENCE_TYPE_TWO_Dlat(x,y)GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIEDGRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intGRID_AXIS_DEPENDENCE_TYPE_DEPENDENT_VALUEaux coordinate, reftime(time) or time_bounds(time);static intGRID_AXIS_DEPENDENCE_TYPE_DIMENSION_VALUEswath(scan, scanAcross)static intGRID_AXIS_DEPENDENCE_TYPE_FMRC_REG_VALUEtime(reftime, hourOfDay)static intGRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT_VALUEhas its own dimension, is a coordinate variable, eg x(x)static intGRID_AXIS_DEPENDENCE_TYPE_SCALAR_VALUEreftimestatic intGRID_AXIS_DEPENDENCE_TYPE_TWO_D_VALUElat(x,y)static intGRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED_VALUEGRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GcdmGridProto.GridAxisDependenceTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.GridAxisDependenceType>internalGetValueMap()static GcdmGridProto.GridAxisDependenceTypevalueOf(int value)Deprecated.static GcdmGridProto.GridAxisDependenceTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static GcdmGridProto.GridAxisDependenceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static GcdmGridProto.GridAxisDependenceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0;
-
GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT
has its own dimension, is a coordinate variable, eg x(x)
GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT = 1;
-
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT
aux coordinate, reftime(time) or time_bounds(time);
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT = 2;
-
GRID_AXIS_DEPENDENCE_TYPE_SCALAR
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_SCALAR
reftime
GRID_AXIS_DEPENDENCE_TYPE_SCALAR = 3;
-
GRID_AXIS_DEPENDENCE_TYPE_TWO_D
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_TWO_D
lat(x,y)
GRID_AXIS_DEPENDENCE_TYPE_TWO_D = 4;
-
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG
time(reftime, hourOfDay)
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG = 5;
-
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_DIMENSION
swath(scan, scanAcross)
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION = 6;
-
UNRECOGNIZED
public static final GcdmGridProto.GridAxisDependenceType UNRECOGNIZED
-
-
Field Detail
-
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED_VALUE
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT_VALUE
has its own dimension, is a coordinate variable, eg x(x)
GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT = 1;- See Also:
- Constant Field Values
-
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT_VALUE
aux coordinate, reftime(time) or time_bounds(time);
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT = 2;- See Also:
- Constant Field Values
-
GRID_AXIS_DEPENDENCE_TYPE_SCALAR_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_SCALAR_VALUE
reftime
GRID_AXIS_DEPENDENCE_TYPE_SCALAR = 3;- See Also:
- Constant Field Values
-
GRID_AXIS_DEPENDENCE_TYPE_TWO_D_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_TWO_D_VALUE
lat(x,y)
GRID_AXIS_DEPENDENCE_TYPE_TWO_D = 4;- See Also:
- Constant Field Values
-
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG_VALUE
time(reftime, hourOfDay)
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG = 5;- See Also:
- Constant Field Values
-
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION_VALUE
public static final int GRID_AXIS_DEPENDENCE_TYPE_DIMENSION_VALUE
swath(scan, scanAcross)
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GcdmGridProto.GridAxisDependenceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GcdmGridProto.GridAxisDependenceType c : GcdmGridProto.GridAxisDependenceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GcdmGridProto.GridAxisDependenceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static GcdmGridProto.GridAxisDependenceType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static GcdmGridProto.GridAxisDependenceType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.GridAxisDependenceType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static GcdmGridProto.GridAxisDependenceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-