public static enum JobConfigInput.Type extends Enum<JobConfigInput.Type>
JobConfigInput.type()| Enum Constant and Description |
|---|
BAND_MATH_CONFIG |
CLOUD_MASKING_CONFIG |
CLOUD_REMOVAL_CONFIG |
GEO_MOSAIC_CONFIG |
LAND_COVER_SEGMENTATION_CONFIG |
RESAMPLING_CONFIG |
STACK_CONFIG |
TEMPORAL_STATISTICS_CONFIG |
UNKNOWN_TO_SDK_VERSION |
ZONAL_STATISTICS_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static JobConfigInput.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobConfigInput.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobConfigInput.Type BAND_MATH_CONFIG
public static final JobConfigInput.Type CLOUD_MASKING_CONFIG
public static final JobConfigInput.Type CLOUD_REMOVAL_CONFIG
public static final JobConfigInput.Type GEO_MOSAIC_CONFIG
public static final JobConfigInput.Type LAND_COVER_SEGMENTATION_CONFIG
public static final JobConfigInput.Type RESAMPLING_CONFIG
public static final JobConfigInput.Type STACK_CONFIG
public static final JobConfigInput.Type TEMPORAL_STATISTICS_CONFIG
public static final JobConfigInput.Type ZONAL_STATISTICS_CONFIG
public static final JobConfigInput.Type UNKNOWN_TO_SDK_VERSION
public static JobConfigInput.Type[] values()
for (JobConfigInput.Type c : JobConfigInput.Type.values()) System.out.println(c);
public static JobConfigInput.Type 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 nullCopyright © 2023. All rights reserved.