public static enum GcdmGridProto.GridAxisDependenceType extends Enum<GcdmGridProto.GridAxisDependenceType> implements com.google.protobuf.ProtocolMessageEnum
could be more generic CdmAxisDependenceType, as could apply to other scientific feature type axes?Protobuf enum
ucar.gcdm.GridAxisDependenceType| Enum Constant and Description |
|---|
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT
aux coordinate, reftime(time) or time_bounds(time);
|
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION
swath(scan, scanAcross)
|
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG
time(reftime, hourOfDay)
|
GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT
has its own dimension, is a coordinate variable, eg x(x)
|
GRID_AXIS_DEPENDENCE_TYPE_SCALAR
reftime
|
GRID_AXIS_DEPENDENCE_TYPE_TWO_D
lat(x,y)
|
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT_VALUE
aux coordinate, reftime(time) or time_bounds(time);
|
static int |
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION_VALUE
swath(scan, scanAcross)
|
static int |
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG_VALUE
time(reftime, hourOfDay)
|
static int |
GRID_AXIS_DEPENDENCE_TYPE_INDEPENDENT_VALUE
has its own dimension, is a coordinate variable, eg x(x)
|
static int |
GRID_AXIS_DEPENDENCE_TYPE_SCALAR_VALUE
reftime
|
static int |
GRID_AXIS_DEPENDENCE_TYPE_TWO_D_VALUE
lat(x,y)
|
static int |
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED_VALUE
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static GcdmGridProto.GridAxisDependenceType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.GridAxisDependenceType> |
internalGetValueMap() |
static GcdmGridProto.GridAxisDependenceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GcdmGridProto.GridAxisDependenceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GcdmGridProto.GridAxisDependenceType |
valueOf(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.
|
public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0;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;public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT
aux coordinate, reftime(time) or time_bounds(time);
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT = 2;public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_SCALAR
reftime
GRID_AXIS_DEPENDENCE_TYPE_SCALAR = 3;public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_TWO_D
lat(x,y)
GRID_AXIS_DEPENDENCE_TYPE_TWO_D = 4;public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG
time(reftime, hourOfDay)
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG = 5;public static final GcdmGridProto.GridAxisDependenceType GRID_AXIS_DEPENDENCE_TYPE_DIMENSION
swath(scan, scanAcross)
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION = 6;public static final GcdmGridProto.GridAxisDependenceType UNRECOGNIZED
public static final int GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED_VALUE
GRID_AXIS_DEPENDENCE_TYPE_UNSPECIFIED = 0;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;public static final int GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT_VALUE
aux coordinate, reftime(time) or time_bounds(time);
GRID_AXIS_DEPENDENCE_TYPE_DEPENDENT = 2;public static final int GRID_AXIS_DEPENDENCE_TYPE_SCALAR_VALUE
reftime
GRID_AXIS_DEPENDENCE_TYPE_SCALAR = 3;public static final int GRID_AXIS_DEPENDENCE_TYPE_TWO_D_VALUE
lat(x,y)
GRID_AXIS_DEPENDENCE_TYPE_TWO_D = 4;public static final int GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG_VALUE
time(reftime, hourOfDay)
GRID_AXIS_DEPENDENCE_TYPE_FMRC_REG = 5;public static final int GRID_AXIS_DEPENDENCE_TYPE_DIMENSION_VALUE
swath(scan, scanAcross)
GRID_AXIS_DEPENDENCE_TYPE_DIMENSION = 6;public static GcdmGridProto.GridAxisDependenceType[] values()
for (GcdmGridProto.GridAxisDependenceType c : GcdmGridProto.GridAxisDependenceType.values()) System.out.println(c);
public static GcdmGridProto.GridAxisDependenceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GcdmGridProto.GridAxisDependenceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GcdmGridProto.GridAxisDependenceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.GridAxisDependenceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GcdmGridProto.GridAxisDependenceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)