Interface OutputBand.Builder

  • Method Details

    • 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:
    • 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: