Interface IsolineThresholds.Builder

    • Method Detail

      • distance

        IsolineThresholds.Builder distance​(Collection<Long> distance)

        Distance to be used for the isoline calculation.

        Parameters:
        distance - Distance to be used for the isoline calculation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • distance

        IsolineThresholds.Builder distance​(Long... distance)

        Distance to be used for the isoline calculation.

        Parameters:
        distance - Distance to be used for the isoline calculation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • time

        IsolineThresholds.Builder time​(Collection<Long> time)

        Time to be used for the isoline calculation.

        Parameters:
        time - Time to be used for the isoline calculation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • time

        IsolineThresholds.Builder time​(Long... time)

        Time to be used for the isoline calculation.

        Parameters:
        time - Time to be used for the isoline calculation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.