Interface StackConfigInput.Builder

    • Method Detail

      • outputResolution

        StackConfigInput.Builder outputResolution​(OutputResolutionStackInput outputResolution)

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

        Parameters:
        outputResolution - The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetBands

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetBands

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.