Skip to content

/AWS1/CL_GDYNETWORKGEOLOCATION

Contains information about network endpoint location.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_city TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The name of the city.

iv_country TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The name of the country.

iv_latitude TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The latitude information of the endpoint location.

iv_longitude TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The longitude information of the endpoint location.


Queryable Attributes

City

The name of the city.

Accessible with the following methods

Method Description
GET_CITY() Getter for CITY, with configurable default
ASK_CITY() Getter for CITY w/ exceptions if field has no value
HAS_CITY() Determine if CITY has a value

Country

The name of the country.

Accessible with the following methods

Method Description
GET_COUNTRY() Getter for COUNTRY, with configurable default
ASK_COUNTRY() Getter for COUNTRY w/ exceptions if field has no value
HAS_COUNTRY() Determine if COUNTRY has a value

Latitude

The latitude information of the endpoint location.

Accessible with the following methods

Method Description
GET_LATITUDE() Getter for LATITUDE, with configurable default
ASK_LATITUDE() Getter for LATITUDE w/ exceptions if field has no value
STR_LATITUDE() String format for LATITUDE, with configurable default
HAS_LATITUDE() Determine if LATITUDE has a value

Longitude

The longitude information of the endpoint location.

Accessible with the following methods

Method Description
GET_LONGITUDE() Getter for LONGITUDE, with configurable default
ASK_LONGITUDE() Getter for LONGITUDE w/ exceptions if field has no value
STR_LONGITUDE() String format for LONGITUDE, with configurable default
HAS_LONGITUDE() Determine if LONGITUDE has a value