/AWS1/CL_LOCFCGEOFENCEEVTSDE00¶
The device's position and speed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_LOCPOSITION_W=>TT_POSITION TT_POSITION¶
The device's position.
Optional arguments:¶
iv_speed TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The device's speed.
Queryable Attributes¶
Position¶
The device's position.
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 |
Speed¶
The device's speed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEED() |
Getter for SPEED, with configurable default |
ASK_SPEED() |
Getter for SPEED w/ exceptions if field has no value |
STR_SPEED() |
String format for SPEED, with configurable default |
HAS_SPEED() |
Determine if SPEED has a value |