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>>();
434 public IDictionary<string, IList<string>>
style_options {
get; set; } =
new Dictionary<string, IList<string>>();
438 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
567 IDictionary<string, string>
options = null)
569 this.table_names = table_names ??
new List<string>();
570 this.world_table_names = world_table_names ??
new List<string>();
571 this.x_column_name = x_column_name ??
"";
572 this.y_column_name = y_column_name ??
"";
573 this.track_ids =
track_ids ??
new List<IList<string>>();
582 this.style_options =
style_options ??
new Dictionary<string, IList<string>>();
583 this.options =
options ??
new Dictionary<string, string>();
IList< string > table_names
const string TRACKHEADSIZES
const string SHAPELINECOLORS
const string DO_POINTS
Values: true, false.
const string WEB_MERCATOR
const string SHAPELINEWIDTHS
const string TRACKHEADCOLORS
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
const string POINTSHAPES
Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE...
A set of results returned by /visualize/image.
const string SHAPEFILLCOLORS
IList< string > world_table_names
const string TRACKMARKERSHAPES
Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE...
IDictionary< string, string > options
const string HOLLOWSQUARE
const string DO_SHAPES
Values: true, false.
A set of parameters for /visualize/image.
VisualizeImageRequest()
Constructs a VisualizeImageRequest object with default parameters.
string projection
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
const string DO_SYMBOLOGY
Values: true, false.
const string TRACKHEADSHAPES
Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE...
const string TRACKMARKERSIZES
IList< IList< string > > track_ids
const string PLATE_CARREE
do_points Values: true, false.
const string TRACKMARKERCOLORS
const string DO_TRACKS
Values: true, false.
const string TRACKLINEWIDTHS
const string HOLLOWDIAMOND
const string HOLLOWCIRCLE
KineticaData - class to help with Avro Encoding for Kinetica
VisualizeImageRequest(IList< string > table_names, IList< string > world_table_names, string x_column_name, string y_column_name, IList< IList< string >> track_ids, 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 VisualizeImageRequest object with the specified parameters.
IDictionary< string, IList< string > > style_options
do_points Values: true, false.
const string TRACKLINECOLORS