Interface OutputBand.Builder

    • Method Detail

      • bandName

        OutputBand.Builder bandName​(String bandName)

        The name of the band.

        Parameters:
        bandName - The name of the band.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputDataType

        OutputBand.Builder outputDataType​(String outputDataType)

        The datatype of the output band.

        Parameters:
        outputDataType - The datatype of the output band.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OutputType, OutputType
      • outputDataType

        OutputBand.Builder outputDataType​(OutputType outputDataType)

        The datatype of the output band.

        Parameters:
        outputDataType - The datatype of the output band.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OutputType, OutputType