Interface Operation.Builder

    • Method Detail

      • 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

        Operation.Builder name​(String 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, OutputType
      • 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:
        OutputType, OutputType