Skip to content

/AWS1/CL_LOCLEGGEOMETRY

Contains the geometry details for each path between a pair of positions. Used in plotting a route leg on a map.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_linestring TYPE /AWS1/CL_LOCPOSITION_W=>TT_LINESTRING TT_LINESTRING

An ordered list of positions used to plot a route on a map.

The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.

  • For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]


Queryable Attributes

LineString

An ordered list of positions used to plot a route on a map.

The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.

  • For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]

Accessible with the following methods

Method Description
GET_LINESTRING() Getter for LINESTRING, with configurable default
ASK_LINESTRING() Getter for LINESTRING w/ exceptions if field has no value
HAS_LINESTRING() Determine if LINESTRING has a value