7 using System.Collections.Generic;
56 public const string _3857 =
"3857";
100 public string font {
get; set; }
174 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
238 IDictionary<string, string>
options = null)
240 this.table_name = table_name ??
"";
241 this.x_column_name = x_column_name ??
"";
242 this.y_column_name = y_column_name ??
"";
243 this.x_offset = x_offset ??
"";
244 this.y_offset = y_offset ??
"";
245 this.text_string = text_string ??
"";
246 this.font = font ??
"";
247 this.text_color = text_color ??
"";
248 this.text_angle = text_angle ??
"";
249 this.text_scale = text_scale ??
"";
250 this.draw_box = draw_box ??
"";
251 this.draw_leader = draw_leader ??
"";
252 this.line_width = line_width ??
"";
253 this.line_color = line_color ??
"";
254 this.fill_color = fill_color ??
"";
255 this.leader_x_column_name = leader_x_column_name ??
"";
256 this.leader_y_column_name = leader_y_column_name ??
"";
264 this.options =
options ??
new Dictionary<string, string>();
A set of results returned by /visualize/image/labels.
VisualizeImageLabelsRequest(string table_name, string x_column_name, string y_column_name, string x_offset, string y_offset, string text_string, string font, string text_color, string text_angle, string text_scale, string draw_box, string draw_leader, string line_width, string line_color, string fill_color, string leader_x_column_name, string leader_y_column_name, double min_x, double max_x, double min_y, double max_y, int width, int height, string projection=null, IDictionary< string, string > options=null)
Constructs a VisualizeImageLabelsRequest object with the specified parameters.
string leader_x_column_name
VisualizeImageLabelsRequest()
Constructs a VisualizeImageLabelsRequest object with default parameters.
string leader_y_column_name
const string PLATE_CARREE
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
const string WEB_MERCATOR
A set of parameters for /visualize/image/labels.
string projection
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options