Skip to content

/AWS1/CL_GERISOLINEGRANULARI00

Controls the detail level and smoothness of generated isolines. More detailed isolines provide better visual representation of reachable areas but require more processing time and result in larger responses.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_maxpoints TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER

The maximum number of points used to define each isoline. Higher values create smoother, more detailed shapes.

iv_maxresolution TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS

The maximum distance in meters between points along the isoline. Smaller values create more detailed shapes.

Unit: meters


Queryable Attributes

MaxPoints

The maximum number of points used to define each isoline. Higher values create smoother, more detailed shapes.

Accessible with the following methods

Method Description
GET_MAXPOINTS() Getter for MAXPOINTS, with configurable default
ASK_MAXPOINTS() Getter for MAXPOINTS w/ exceptions if field has no value
HAS_MAXPOINTS() Determine if MAXPOINTS has a value

MaxResolution

The maximum distance in meters between points along the isoline. Smaller values create more detailed shapes.

Unit: meters

Accessible with the following methods

Method Description
GET_MAXRESOLUTION() Getter for MAXRESOLUTION