public static interface BandMathConfigInput.Builder extends SdkPojo, CopyableBuilder<BandMathConfigInput.Builder,BandMathConfigInput>
| Modifier and Type | Method and Description |
|---|---|
default BandMathConfigInput.Builder |
customIndices(Consumer<CustomIndicesInput.Builder> customIndices)
CustomIndices that are computed.
|
BandMathConfigInput.Builder |
customIndices(CustomIndicesInput customIndices)
CustomIndices that are computed.
|
BandMathConfigInput.Builder |
predefinedIndices(Collection<String> predefinedIndices)
One or many of the supported predefined indices to compute.
|
BandMathConfigInput.Builder |
predefinedIndices(String... predefinedIndices)
One or many of the supported predefined indices to compute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBandMathConfigInput.Builder customIndices(CustomIndicesInput customIndices)
CustomIndices that are computed.
customIndices - CustomIndices that are computed.default BandMathConfigInput.Builder customIndices(Consumer<CustomIndicesInput.Builder> customIndices)
CustomIndices that are computed.
This is a convenience method that creates an instance of theCustomIndicesInput.Builder avoiding the
need to create one manually via CustomIndicesInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to customIndices(CustomIndicesInput).
customIndices - a consumer that will call methods on CustomIndicesInput.BuildercustomIndices(CustomIndicesInput)BandMathConfigInput.Builder predefinedIndices(Collection<String> predefinedIndices)
One or many of the supported predefined indices to compute. Allowed values: NDVI,
EVI2, MSAVI, NDWI, NDMI, NDSI, and
WDRVI.
predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI,
EVI2, MSAVI, NDWI, NDMI, NDSI, and
WDRVI.BandMathConfigInput.Builder predefinedIndices(String... predefinedIndices)
One or many of the supported predefined indices to compute. Allowed values: NDVI,
EVI2, MSAVI, NDWI, NDMI, NDSI, and
WDRVI.
predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI,
EVI2, MSAVI, NDWI, NDMI, NDSI, and
WDRVI.Copyright © 2023. All rights reserved.