StackConfigInput

The input structure for Stacking Operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The structure representing output resolution (in target georeferenced units) of the result of stacking operation.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: StackConfigInput.Builder.() -> Unit = {}): StackConfigInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String