/AWS1/CL_QSTGEOSPATIALMAPVIS00¶
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon Quick Suite User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_visualid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
Optional arguments:¶
io_title TYPE REF TO /AWS1/CL_QSTVISUALTITLELABEL00 /AWS1/CL_QSTVISUALTITLELABEL00¶
The title that is displayed on the visual.
io_subtitle TYPE REF TO /AWS1/CL_QSTVISUALSUBTITLELA00 /AWS1/CL_QSTVISUALSUBTITLELA00¶
The subtitle that is displayed on the visual.
io_chartconfiguration TYPE REF TO /AWS1/CL_QSTGEOSPATIALMAPCONF /AWS1/CL_QSTGEOSPATIALMAPCONF¶
The configuration settings of the visual.
it_columnhierarchies TYPE /AWS1/CL_QSTCOLUMNHIERARCHY=>TT_COLUMNHIERARCHYLIST TT_COLUMNHIERARCHYLIST¶
The column hierarchy that is used during drill-downs and drill-ups.
it_actions TYPE /AWS1/CL_QSTVISUALCUSTOMACTION=>TT_VISUALCUSTOMACTIONLIST TT_VISUALCUSTOMACTIONLIST¶
The list of custom actions that are configured for a visual.
iv_visualcontentalttext TYPE /AWS1/QSTLONGPLAINTEXT /AWS1/QSTLONGPLAINTEXT¶
The alt text for the visual.
it_geocodingpreferences TYPE /AWS1/CL_QSTGEOCODEPREFERENCE=>TT_GEOCODEPREFERENCELIST TT_GEOCODEPREFERENCELIST¶
The geocoding prefences for geospatial map.
Queryable Attributes¶
VisualId¶
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISUALID() |
Getter for VISUALID, with configurable default |
ASK_VISUALID() |
Getter for VISUALID w/ exceptions if field has no value |
HAS_VISUALID() |
Determine if VISUALID has a value |
Title¶
The title that is displayed on the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE |
Subtitle¶
The subtitle that is displayed on the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBTITLE() |
Getter for SUBTITLE |
ChartConfiguration¶
The configuration settings of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHARTCONFIGURATION() |
Getter for CHARTCONFIGURATION |
ColumnHierarchies¶
The column hierarchy that is used during drill-downs and drill-ups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNHIERARCHIES() |
Getter for COLUMNHIERARCHIES, with configurable default |
ASK_COLUMNHIERARCHIES() |
Getter for COLUMNHIERARCHIES w/ exceptions if field has no v |
HAS_COLUMNHIERARCHIES() |
Determine if COLUMNHIERARCHIES has a value |
Actions¶
The list of custom actions that are configured for a visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONS() |
Getter for ACTIONS, with configurable default |
ASK_ACTIONS() |
Getter for ACTIONS w/ exceptions if field has no value |
HAS_ACTIONS() |
Determine if ACTIONS has a value |
VisualContentAltText¶
The alt text for the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISUALCONTENTALTTEXT() |
Getter for VISUALCONTENTALTTEXT, with configurable default |
ASK_VISUALCONTENTALTTEXT() |
Getter for VISUALCONTENTALTTEXT w/ exceptions if field has n |
HAS_VISUALCONTENTALTTEXT() |
Determine if VISUALCONTENTALTTEXT has a value |
GeocodingPreferences¶
The geocoding prefences for geospatial map.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOCODINGPREFERENCES() |
Getter for GEOCODINGPREFERENCES, with configurable default |
ASK_GEOCODINGPREFERENCES() |
Getter for GEOCODINGPREFERENCES w/ exceptions if field has n |
HAS_GEOCODINGPREFERENCES() |
Determine if GEOCODINGPREFERENCES has a value |