GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/insert_symbol.h>
Public Member Functions | |
InsertSymbolResponse () | |
Constructs an InsertSymbolResponse object with default parameter values. More... | |
Public Attributes | |
std::string | symbolId |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. Users must provide the symbol identifier (string), a format (currently supported: 'svg' and 'svg_path'), the data for the symbol, and any additional optional parameter (e.g. color). To have a symbol used for rendering create a table with a string column named 'SYMBOLCODE' (along with 'x' or 'y' for example). Then when the table is rendered (via WMS) if the 'dosymbology' parameter is 'true' then the value of the 'SYMBOLCODE' column is used to pick the symbol displayed for each point.
Definition at line 161 of file insert_symbol.h.
|
inline |
Constructs an InsertSymbolResponse object with default parameter values.
Definition at line 168 of file insert_symbol.h.
std::map<std::string, std::string> gpudb::InsertSymbolResponse::info |
Definition at line 175 of file insert_symbol.h.
std::string gpudb::InsertSymbolResponse::symbolId |
Definition at line 174 of file insert_symbol.h.