/AWS1/CL_GERISOLINEDSTOPTIONS¶
Options that control how the destination point is interpreted and matched to the road network when calculating reachable areas. This affects which roads are considered accessible near the destination and how the final approach is calculated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_avoidactionsfordistance TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS¶
The distance in meters from the destination point within which certain routing actions (such as U-turns or left turns across traffic) are restricted. This helps generate more practical routes by avoiding potentially dangerous maneuvers near the endpoint.
iv_heading TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The initial direction of travel in degrees (0-360, where 0 is north). This can affect which road segments are considered accessible from the starting point.
io_matching TYPE REF TO /AWS1/CL_GERISOLINEMATCHINGO00 /AWS1/CL_GERISOLINEMATCHINGO00¶
Controls how the destination point is matched to the road network, including search radius and name-based matching preferences.
io_sideofstreet TYPE REF TO /AWS1/CL_GERISOLINESIDEOFSTR00 /AWS1/CL_GERISOLINESIDEOFSTR00¶
Specifies which side of the street should be considered accessible, which is important when building entrances or parking access points are only reachable from one side of the road.
Queryable Attributes¶
AvoidActionsForDistance¶
The distance in meters from the destination point within which certain routing actions (such as U-turns or left turns across traffic) are restricted. This helps generate more practical routes by avoiding potentially dangerous maneuvers near the endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVOIDACTIONSFORDISTANCE() |
Getter for AVOIDACTIONSFORDISTANCE |
Heading¶
The initial direction of travel in degrees (0-360, where 0 is north). This can affect which road segments are considered accessible from the starting point.
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 |
Matching¶
Controls how the destination point is matched to the road network, including search radius and name-based matching preferences.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHING() |
Getter for MATCHING |
SideOfStreet¶
Specifies which side of the street should be considered accessible, which is important when building entrances or parking access points are only reachable from one side of the road.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIDEOFSTREET() |
Getter for SIDEOFSTREET |