Skip to content

/AWS1/CL_GERISOLINETHRESHOLDS

Specifies the time or distance limits used to calculate reachable areas. You can provide up to five thresholds for a single type to generate multiple isolines in a single request. For example, you might request areas reachable within 5, 10, and 15 minutes, or within 1, 2, and 5 kilometers.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_distance TYPE /AWS1/CL_GERDISTANCETHRSHLST_W=>TT_DISTANCETHRESHOLDLIST TT_DISTANCETHRESHOLDLIST

List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.

it_time TYPE /AWS1/CL_GERTIMETHRESHLIST_W=>TT_TIMETHRESHOLDLIST TT_TIMETHRESHOLDLIST

List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.


Queryable Attributes

Distance

List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.

Accessible with the following methods

Method Description
GET_DISTANCE() Getter for DISTANCE, with configurable default
ASK_DISTANCE() Getter for DISTANCE w/ exceptions if field has no value
HAS_DISTANCE() Determine if DISTANCE has a value

Time

List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.

Accessible with the following methods

Method Description
GET_TIME() Getter for TIME, with configurable default
ASK_TIME() Getter for TIME w/ exceptions if field has no value
HAS_TIME() Determine if TIME has a value