Interface Operation.Builder

  • Method Details

    • equation

      Operation.Builder equation(String equation)

      Textual representation of the math operation; Equation used to compute the spectral index.

      Parameters:
      equation - Textual representation of the math operation; Equation used to compute the spectral index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the operation.

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

      Operation.Builder outputType(String outputType)

      The type of the operation.

      Parameters:
      outputType - The type of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputType

      Operation.Builder outputType(OutputType outputType)

      The type of the operation.

      Parameters:
      outputType - The type of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: