Skip to content

/AWS1/CL_GERROUTETRANSITPLACE

Place details corresponding to the arrival or departure.

CONSTRUCTOR

IMPORTING

Required arguments:

it_position TYPE /AWS1/CL_GERPOSITION23_W=>TT_POSITION23 TT_POSITION23

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

Optional arguments:

iv_name TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

The name of the place.

it_originalposition TYPE /AWS1/CL_GERPOSITION23_W=>TT_POSITION23 TT_POSITION23

Position provided in the request.

io_stationdetails TYPE REF TO /AWS1/CL_GERROUTESTATIONDETS /AWS1/CL_GERROUTESTATIONDETS

Details about the station.

iv_type TYPE /AWS1/GERROUTETRANSITPLACETYPE /AWS1/GERROUTETRANSITPLACETYPE

The type of the place.

iv_waypointindex TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER

Index of the waypoint in the request.


Queryable Attributes

Name

The name of the place.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

OriginalPosition

Position provided in the request.

Accessible with the following methods

Method Description
GET_ORIGINALPOSITION() Getter for ORIGINALPOSITION, with configurable default
ASK_ORIGINALPOSITION() Getter for ORIGINALPOSITION w/ exceptions if field has no va
HAS_ORIGINALPOSITION() Determine if ORIGINALPOSITION has a value

Position

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

StationDetails

Details about the station.

Accessible with the following methods

Method Description
GET_STATIONDETAILS() Getter for STATIONDETAILS

Type

The type of the 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

WaypointIndex

Index of the waypoint in the request.

Accessible with the following methods

Method Description
GET_WAYPOINTINDEX() Getter for WAYPOINTINDEX, with configurable default
ASK_WAYPOINTINDEX() Getter for WAYPOINTINDEX w/ exceptions if field has no value
HAS_WAYPOINTINDEX() Determine if WAYPOINTINDEX has a value