Interface BandMathConfigInput.Builder

    • Method Detail

      • customIndices

        BandMathConfigInput.Builder customIndices​(CustomIndicesInput customIndices)

        CustomIndices that are computed.

        Parameters:
        customIndices - CustomIndices that are computed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predefinedIndices

        BandMathConfigInput.Builder predefinedIndices​(Collection<String> predefinedIndices)

        One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2, MSAVI, NDWI, NDMI, NDSI, and WDRVI.

        Parameters:
        predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2, MSAVI, NDWI, NDMI, NDSI, and WDRVI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predefinedIndices

        BandMathConfigInput.Builder predefinedIndices​(String... predefinedIndices)

        One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2, MSAVI, NDWI, NDMI, NDSI, and WDRVI.

        Parameters:
        predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2, MSAVI, NDWI, NDMI, NDSI, and WDRVI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.