/AWS1/CL_QSTCOORDINATE¶
The preference coordinate for the geocode preference.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_latitude TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The latitude coordinate value for the geocode preference.
iv_longitude TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The longitude coordinate value for the geocode preference.
Queryable Attributes¶
Latitude¶
The latitude coordinate value for the geocode preference.
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 coordinate value for the geocode preference.
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 |