Skip to content

/AWS1/CL_DFMLOCATION

Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for example, 47.6204, -122.3491).

Elevation is currently not supported.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_latitude TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The latitude.

iv_longitude TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The longitude.


Queryable Attributes

latitude

The latitude.

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.

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