public static interface StackConfigInput.Builder extends SdkPojo, CopyableBuilder<StackConfigInput.Builder,StackConfigInput>
| Modifier and Type | Method and Description |
|---|---|
default StackConfigInput.Builder |
outputResolution(Consumer<OutputResolutionStackInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking
operation.
|
StackConfigInput.Builder |
outputResolution(OutputResolutionStackInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking
operation.
|
StackConfigInput.Builder |
targetBands(Collection<String> targetBands)
A list of bands to be stacked in the specified order.
|
StackConfigInput.Builder |
targetBands(String... targetBands)
A list of bands to be stacked in the specified order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStackConfigInput.Builder outputResolution(OutputResolutionStackInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
outputResolution - The structure representing output resolution (in target georeferenced units) of the result of stacking
operation.default StackConfigInput.Builder outputResolution(Consumer<OutputResolutionStackInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
This is a convenience method that creates an instance of theOutputResolutionStackInput.Builder
avoiding the need to create one manually via OutputResolutionStackInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to outputResolution(OutputResolutionStackInput).
outputResolution - a consumer that will call methods on OutputResolutionStackInput.BuilderoutputResolution(OutputResolutionStackInput)StackConfigInput.Builder targetBands(Collection<String> targetBands)
A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
targetBands - A list of bands to be stacked in the specified order. When the parameter is not provided, all the
available bands in the data collection are stacked in the alphabetical order of their asset names.StackConfigInput.Builder targetBands(String... targetBands)
A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
targetBands - A list of bands to be stacked in the specified order. When the parameter is not provided, all the
available bands in the data collection are stacked in the alphabetical order of their asset names.Copyright © 2023. All rights reserved.