Skip to content

/AWS1/CL_IOWGETPOSITIONRSP

GetPositionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_position TYPE /AWS1/CL_IOWPOSITIONCOORDINA00=>TT_POSITIONCOORDINATE TT_POSITIONCOORDINATE

The position information of the resource.

io_accuracy TYPE REF TO /AWS1/CL_IOWACCURACY /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.

iv_solvertype TYPE /AWS1/IOWPOSITIONSOLVERTYPE /AWS1/IOWPOSITIONSOLVERTYPE

The type of solver used to identify the position of the resource.

iv_solverprovider TYPE /AWS1/IOWPOSITIONSOLVERPVDR /AWS1/IOWPOSITIONSOLVERPVDR

The vendor of the positioning solver.

iv_solverversion TYPE /AWS1/IOWPOSITIONSOLVERVERSION /AWS1/IOWPOSITIONSOLVERVERSION

The version of the positioning solver.

iv_timestamp TYPE /AWS1/IOWISODATETIMESTRING /AWS1/IOWISODATETIMESTRING

The timestamp at which the device's position was determined.


Queryable Attributes

Position

The position information of the resource.

Accessible with the following methods

Method Description
GET_POSITION() Getter for POSITION, with configurable default
ASK_POSITION() Getter for POSITION w/ exceptions if field has no value
HAS_POSITION() Determine if POSITION has a value

Accuracy

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.

Accessible with the following methods

Method Description
GET_ACCURACY() Getter for ACCURACY

SolverType

The type of solver used to identify the position of the resource.

Accessible with the following methods

Method Description
GET_SOLVERTYPE() Getter for SOLVERTYPE, with configurable default
ASK_SOLVERTYPE() Getter for SOLVERTYPE w/ exceptions if field has no value
HAS_SOLVERTYPE() Determine if SOLVERTYPE has a value

SolverProvider

The vendor of the positioning solver.

Accessible with the following methods

Method Description
GET_SOLVERPROVIDER() Getter for SOLVERPROVIDER, with configurable default
ASK_SOLVERPROVIDER() Getter for SOLVERPROVIDER w/ exceptions if field has no valu
HAS_SOLVERPROVIDER() Determine if SOLVERPROVIDER has a value

SolverVersion

The version of the positioning solver.

Accessible with the following methods

Method Description
GET_SOLVERVERSION() Getter for SOLVERVERSION, with configurable default
ASK_SOLVERVERSION() Getter for SOLVERVERSION w/ exceptions if field has no value
HAS_SOLVERVERSION() Determine if SOLVERVERSION has a value

Timestamp

The timestamp at which the device's position was determined.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value