Skip to content

/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
.