GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::InsertSymbolResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::InsertSymbolResponse::InsertSymbolResponse ( )
inline

Constructs an InsertSymbolResponse object with default parameter values.

Definition at line 168 of file insert_symbol.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: