Interface Elevation.Builder

    • Method Detail

      • unit

        Elevation.Builder unit​(String unit)

        Elevation angle units.

        Parameters:
        unit - Elevation angle units.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AngleUnits, AngleUnits
      • unit

        Elevation.Builder unit​(AngleUnits unit)

        Elevation angle units.

        Parameters:
        unit - Elevation angle units.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AngleUnits, AngleUnits
      • value

        Elevation.Builder value​(Double value)

        Elevation angle value.

        Parameters:
        value - Elevation angle value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.