Interface CustomIndicesInput.Builder

    • Method Detail

      • operations

        CustomIndicesInput.Builder operations​(Collection<Operation> operations)

        A list of BandMath indices to compute.

        Parameters:
        operations - A list of BandMath indices to compute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operations

        CustomIndicesInput.Builder operations​(Operation... operations)

        A list of BandMath indices to compute.

        Parameters:
        operations - A list of BandMath indices to compute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.