/AWS1/CL_IOWACCURACY¶
The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_horizontalaccuracy
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
iv_verticalaccuracy
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
Queryable Attributes¶
HorizontalAccuracy¶
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HORIZONTALACCURACY() |
Getter for HORIZONTALACCURACY, with configurable default |
ASK_HORIZONTALACCURACY() |
Getter for HORIZONTALACCURACY w/ exceptions if field has no |
STR_HORIZONTALACCURACY() |
String format for HORIZONTALACCURACY, with configurable defa |
HAS_HORIZONTALACCURACY() |
Determine if HORIZONTALACCURACY has a value |
VerticalAccuracy¶
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERTICALACCURACY() |
Getter for VERTICALACCURACY, with configurable default |
ASK_VERTICALACCURACY() |
Getter for VERTICALACCURACY w/ exceptions if field has no va |
STR_VERTICALACCURACY() |
String format for VERTICALACCURACY, with configurable defaul |
HAS_VERTICALACCURACY() |
Determine if VERTICALACCURACY has a value |