7 using System.Collections.Generic;
56 public const string _3857 =
"3857";
170 public const string TRUE =
"true";
174 public const string FALSE =
"false";
207 public const string NONE =
"none";
295 public IList<string>
table_names {
get; set; } =
new List<string>();
311 public IList<IList<string>>
track_ids {
get; set; } =
new List<IList<string>>();
319 public IList<string>
cb_vals1 {
get; set; } =
new List<string>();
327 public IList<IList<string>>
cb_vals2 {
get; set; } =
new List<IList<string>>();
450 public IDictionary<string, IList<string>>
style_options {
get; set; } =
new Dictionary<string, IList<string>>();
454 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
591 IDictionary<string, string>
options = null)
593 this.table_names = table_names ??
new List<string>();
594 this.world_table_names = world_table_names ??
new List<string>();
595 this.x_column_name = x_column_name ??
"";
596 this.y_column_name = y_column_name ??
"";
597 this.track_ids =
track_ids ??
new List<IList<string>>();
598 this.cb_column_name1 = cb_column_name1 ??
"";
599 this.cb_vals1 = cb_vals1 ??
new List<string>();
600 this.cb_column_name2 = cb_column_name2 ??
new List<string>();
601 this.cb_vals2 =
cb_vals2 ??
new List<IList<string>>();
610 this.style_options =
style_options ??
new Dictionary<string, IList<string>>();
611 this.options =
options ??
new Dictionary<string, string>();
IList< IList< string > > track_ids
const string DO_SHAPES
Values: true, false.
IDictionary< string, string > options
IList< string > world_table_names
const string HOLLOWSQUARE
const string DO_TRACKS
Values: true, false.
VisualizeImageClassbreakRequest(IList< string > table_names, IList< string > world_table_names, string x_column_name, string y_column_name, IList< IList< string >> track_ids, string cb_column_name1, IList< string > cb_vals1, IList< string > cb_column_name2, IList< IList< string >> cb_vals2, double min_x, double max_x, double min_y, double max_y, int width, int height, string projection, long bg_color, IDictionary< string, IList< string >> style_options, IDictionary< string, string > options=null)
Constructs a VisualizeImageClassbreakRequest object with the specified parameters.
const string HOLLOWDIAMOND
A set of results returned by /visualize/image/classbreak.
IList< string > cb_column_name2
const string TRACKMARKERCOLORS
const string SHAPELINEWIDTHS
const string TRACKHEADSIZES
const string TRACKLINEWIDTHS
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
IList< string > table_names
const string PLATE_CARREE
const string HOLLOWCIRCLE
const string TRACKLINECOLORS
const string WEB_MERCATOR
const string TRACKMARKERSIZES
const string TRACKMARKERSHAPES
Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE...
const string DO_POINTS
Values: true, false.
const string SHAPELINECOLORS
do_points Values: true, false.
A set of parameters for /visualize/image/classbreak.
const string SHAPEFILLCOLORS
IList< IList< string > > cb_vals2
const string TRACKHEADCOLORS
VisualizeImageClassbreakRequest()
Constructs a VisualizeImageClassbreakRequest object with default parameters.
IDictionary< string, IList< string > > style_options
do_points Values: true, false.
KineticaData - class to help with Avro Encoding for Kinetica
const string DO_SYMBOLOGY
Values: true, false.
string projection
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
const string TRACKHEADSHAPES
Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE...
const string POINTSHAPES
Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE...