public static interface ResamplingConfigInput.Builder extends SdkPojo, CopyableBuilder<ResamplingConfigInput.Builder,ResamplingConfigInput>
| Modifier and Type | Method and Description |
|---|---|
ResamplingConfigInput.Builder |
algorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
|
ResamplingConfigInput.Builder |
algorithmName(String algorithmName)
The name of the algorithm used for resampling.
|
default ResamplingConfigInput.Builder |
outputResolution(Consumer<OutputResolutionResamplingInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
ResamplingConfigInput.Builder |
outputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
ResamplingConfigInput.Builder |
targetBands(Collection<String> targetBands)
Bands used in the operation.
|
ResamplingConfigInput.Builder |
targetBands(String... targetBands)
Bands used in the operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResamplingConfigInput.Builder algorithmName(String algorithmName)
The name of the algorithm used for resampling.
algorithmName - The name of the algorithm used for resampling.AlgorithmNameResampling,
AlgorithmNameResamplingResamplingConfigInput.Builder algorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
algorithmName - The name of the algorithm used for resampling.AlgorithmNameResampling,
AlgorithmNameResamplingResamplingConfigInput.Builder outputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
outputResolution - The structure representing output resolution (in target georeferenced units) of the result of
resampling operation.default ResamplingConfigInput.Builder outputResolution(Consumer<OutputResolutionResamplingInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
This is a convenience method that creates an instance of theOutputResolutionResamplingInput.Builder
avoiding the need to create one manually via OutputResolutionResamplingInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputResolution(OutputResolutionResamplingInput).
outputResolution - a consumer that will call methods on OutputResolutionResamplingInput.BuilderoutputResolution(OutputResolutionResamplingInput)ResamplingConfigInput.Builder targetBands(Collection<String> targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
targetBands - Bands used in the operation. If no target bands are specified, it uses all bands available in the
input.ResamplingConfigInput.Builder targetBands(String... targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
targetBands - Bands used in the operation. If no target bands are specified, it uses all bands available in the
input.Copyright © 2023. All rights reserved.