Skip to content

/AWS1/CL_GEPACCESSPOINT

Position of the access point represented by longitude and latitude for a vehicle.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_position TYPE /AWS1/CL_GEPPOSITION_W=>TT_POSITION TT_POSITION

The position in World Geodetic System (WGS 84) format: [longitude, latitude].

iv_type TYPE /AWS1/GEPACCESSPOINTTYPE /AWS1/GEPACCESSPOINTTYPE

The type of access point, indicating its intended use. Only applies to results of type place.

iv_primary TYPE /AWS1/GEPSENSITIVEBOOLEAN /AWS1/GEPSENSITIVEBOOLEAN

Set to true for the primary access position when the place has more than one access point.

iv_label TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING

A short textual description of the access point, such as "North Entrance".


Queryable Attributes

Position

The position in World Geodetic System (WGS 84) format: [longitude, latitude].

Accessible with the following methods

Method Description
GET_POSITION() Getter for POSITION, with configurable default
ASK_POSITION() Getter for POSITION w/ exceptions if field has no value
HAS_POSITION() Determine if POSITION has a value

Type

The type of access point, indicating its intended use. Only applies to results of type place.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Primary

Set to true for the primary access position when the place has more than one access point.

Accessible with the following methods

Method Description
GET_PRIMARY() Getter for PRIMARY, with configurable default
ASK_PRIMARY() Getter for PRIMARY w/ exceptions if field has no value
HAS_PRIMARY() Determine if PRIMARY has a value

Label

A short textual description of the access point, such as "North Entrance".

Accessible with the following methods

Method Description
GET_LABEL() Getter for LABEL, with configurable default
ASK_LABEL() Getter for LABEL w/ exceptions if field has no value
HAS_LABEL() Determine if LABEL 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_ACCESSPOINTLIST

TYPES TT_ACCESSPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPACCESSPOINT WITH DEFAULT KEY
.