Interface Position.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Position.Builder,Position>, SdkBuilder<Position.Builder,Position>, SdkPojo
Enclosing class:
Position

public static interface Position.Builder extends SdkPojo, CopyableBuilder<Position.Builder,Position>
  • Method Details

    • 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

      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:
    • 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

      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:
    • 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.