public static interface Position.Builder extends SdkPojo, CopyableBuilder<Position.Builder,Position>
| Modifier and Type | Method and Description |
|---|---|
Position.Builder |
elevation(Double elevation)
The elevation of the equipment at this position.
|
Position.Builder |
elevationReference(ElevationReference elevationReference)
The reference point from which elevation is reported.
|
Position.Builder |
elevationReference(String elevationReference)
The reference point from which elevation is reported.
|
Position.Builder |
elevationUnit(ElevationUnit elevationUnit)
The units used to measure the elevation of the position.
|
Position.Builder |
elevationUnit(String elevationUnit)
The units used to measure the elevation of the position.
|
Position.Builder |
latitude(Double latitude)
The latitude of the position.
|
Position.Builder |
longitude(Double longitude)
The longitude of the position.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPosition.Builder elevation(Double elevation)
The elevation of the equipment at this position.
elevation - The elevation of the equipment at this position.Position.Builder elevationReference(String elevationReference)
The reference point from which elevation is reported.
elevationReference - The reference point from which elevation is reported.ElevationReference,
ElevationReferencePosition.Builder elevationReference(ElevationReference elevationReference)
The reference point from which elevation is reported.
elevationReference - The reference point from which elevation is reported.ElevationReference,
ElevationReferencePosition.Builder elevationUnit(String elevationUnit)
The units used to measure the elevation of the position.
elevationUnit - The units used to measure the elevation of the position.ElevationUnit,
ElevationUnitPosition.Builder elevationUnit(ElevationUnit elevationUnit)
The units used to measure the elevation of the position.
elevationUnit - The units used to measure the elevation of the position.ElevationUnit,
ElevationUnitPosition.Builder latitude(Double latitude)
The latitude of the position.
latitude - The latitude of the position.Position.Builder longitude(Double longitude)
The longitude of the position.
longitude - The longitude of the position.Copyright © 2023. All rights reserved.