Skip to content

/AWS1/CL_GERISOLINESHAPEGEOM00

Represents the shape of a reachable area. The geometry can be provided either as coordinate pairs (Polygon) or in encoded format (PolylinePolygon), matching the format specified in the request.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_polygon TYPE /AWS1/CL_GERPOSITION_W=>TT_LINEARRINGS TT_LINEARRINGS

A series of coordinate rings defining the reachable area when Simple geometry format is requested. Each ring is a list of [longitude, latitude] coordinate pairs. The first ring defines the outer boundary; subsequent rings define holes representing unreachable areas.

Polygon and PolylinePolygon are mutually exclusive properties.

it_polylinepolygon TYPE /AWS1/CL_GERPOLYLINERINGLIST_W=>TT_POLYLINERINGLIST TT_POLYLINERINGLIST

An encoded representation of the reachable area when FlexiblePolyline geometry format is requested. Provides a compact representation suitable for transmission and storage. The first string defines the outer boundary; subsequent strings define holes representing unreachable areas. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.

Polygon and PolylinePolygon are mutually exclusive properties.


Queryable Attributes

Polygon

A series of coordinate rings defining the reachable area when Simple geometry format is requested. Each ring is a list of [longitude, latitude] coordinate pairs. The first ring defines the outer boundary; subsequent rings define holes representing unreachable areas.

Polygon and PolylinePolygon are mutually exclusive properties.

Accessible with the following methods

Method Description
GET_POLYGON() Getter for POLYGON, with configurable default
ASK_POLYGON() Getter for POLYGON w/ exceptions if field has no value
HAS_POLYGON() Determine if POLYGON has a value

PolylinePolygon

An encoded representation of the reachable area when FlexiblePolyline geometry format is requested. Provides a compact representation suitable for transmission and storage. The first string defines the outer boundary; subsequent strings define holes representing unreachable areas. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.

Polygon and PolylinePolygon are mutually exclusive properties.

Accessible with the following methods

Method Description
GET_POLYLINEPOLYGON() Getter for POLYLINEPOLYGON, with configurable default
ASK_POLYLINEPOLYGON() Getter for POLYLINEPOLYGON w/ exceptions if field has no val
HAS_POLYLINEPOLYGON() Determine if POLYLINEPOLYGON 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_ISOLINESHAPEGEOMETRYLIST

TYPES TT_ISOLINESHAPEGEOMETRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERISOLINESHAPEGEOM00 WITH DEFAULT KEY
.