Interface Position.Builder

    • Method Detail

      • elevation

        Position.Builder elevation​(Double elevation)

        The elevation of the equipment at this position.

        Parameters:
        elevation - The elevation of the equipment at this position.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • elevationReference

        Position.Builder elevationReference​(String elevationReference)

        The reference point from which elevation is reported.

        Parameters:
        elevationReference - The reference point from which elevation is reported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ElevationReference, ElevationReference
      • elevationReference

        Position.Builder elevationReference​(ElevationReference elevationReference)

        The reference point from which elevation is reported.

        Parameters:
        elevationReference - The reference point from which elevation is reported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ElevationReference, ElevationReference
      • elevationUnit

        Position.Builder elevationUnit​(String elevationUnit)

        The units used to measure the elevation of the position.

        Parameters:
        elevationUnit - The units used to measure the elevation of the position.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ElevationUnit, ElevationUnit
      • elevationUnit

        Position.Builder elevationUnit​(ElevationUnit elevationUnit)

        The units used to measure the elevation of the position.

        Parameters:
        elevationUnit - The units used to measure the elevation of the position.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ElevationUnit, ElevationUnit
      • latitude

        Position.Builder latitude​(Double latitude)

        The latitude of the position.

        Parameters:
        latitude - The latitude of the position.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • longitude

        Position.Builder longitude​(Double longitude)

        The longitude of the position.

        Parameters:
        longitude - The longitude of the position.
        Returns:
        Returns a reference to this object so that method calls can be chained together.