/AWS1/CL_GERROADSNAPTRACEPOINT¶
TracePoint indices for which the provided notice code corresponds to.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_GERPOSITION_W=>TT_POSITION TT_POSITION¶
Position defined as
[longitude, latitude].
Optional arguments:¶
iv_heading TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
GPS Heading at the position.
iv_speed TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Speed at the specified trace point .
Unit:
KilometersPerHour
iv_timestamp TYPE /AWS1/GERTSMPWITHTIMEZONEOFF /AWS1/GERTSMPWITHTIMEZONEOFF¶
Timestamp of the event.
Queryable Attributes¶
Heading¶
GPS Heading at the position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADING() |
Getter for HEADING |
ASK_HEADING() |
Getter for HEADING w/ exceptions if field has no value |
STR_HEADING() |
String format for HEADING |
Position¶
Position defined as
[longitude, latitude].
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¶
Speed at the specified trace point .
Unit:
KilometersPerHour
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEED() |
Getter for SPEED |
ASK_SPEED() |
Getter for SPEED w/ exceptions if field has no value |
STR_SPEED() |
String format for SPEED |
Timestamp¶
Timestamp of the event.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROADSNAPTRACEPOINTLIST¶
TYPES TT_ROADSNAPTRACEPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROADSNAPTRACEPOINT WITH DEFAULT KEY
.