A set of parameters for /visualize/video/heatmap.
More...
|
| struct | Projection |
| | Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR. More...
|
| |
| struct | StyleOptions |
| |
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds.
More...
|
| |
|
| | VisualizeVideoHeatmapRequest () |
| | Constructs a VisualizeVideoHeatmapRequest object with default parameters. More...
|
| |
| | VisualizeVideoHeatmapRequest (IList< string > table_names, string x_column_name, string y_column_name, double min_x, double max_x, double min_y, double max_y, IList< IList< double >> time_intervals, int width, int height, string projection, string video_style, string session_key, IDictionary< string, string > style_options, IDictionary< string, string > options=null) |
| | Constructs a VisualizeVideoHeatmapRequest object with the specified parameters. More...
|
| |
| | KineticaData (KineticaType type) |
| | Constructor from Kinetica Type More...
|
| |
| | KineticaData (System.Type type=null) |
| | Default constructor, with optional System.Type More...
|
| |
| object | Get (int fieldPos) |
| | Retrieve a specific property from this object More...
|
| |
| void | Put (int fieldPos, object fieldValue) |
| | Write a specific property to this object More...
|
| |
|
| IList< string > | table_names [get, set] |
| |
| string | x_column_name = new List<string>() [get, set] |
| |
| string | y_column_name [get, set] |
| |
| double | min_x [get, set] |
| |
| double | max_x [get, set] |
| |
| double | min_y [get, set] |
| |
| double | max_y [get, set] |
| |
| IList< IList< double > > | time_intervals [get, set] |
| |
| int | width = new List<IList<double>>() [get, set] |
| |
| int | height [get, set] |
| |
| string | projection [get, set] |
| | Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR. More...
|
| |
| string | video_style = Projection.PLATE_CARREE [get, set] |
| |
| string | session_key [get, set] |
| |
| IDictionary< string, string > | style_options [get, set] |
| |
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds.
More...
|
| |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| |
| Schema | Schema [get] |
| | Avro Schema for this class More...
|
| |
A set of parameters for /visualize/video/heatmap.
Definition at line 18 of file VisualizeVideoHeatmap.cs.
| kinetica.VisualizeVideoHeatmapRequest.VisualizeVideoHeatmapRequest |
( |
| ) |
|
|
inline |
| kinetica.VisualizeVideoHeatmapRequest.VisualizeVideoHeatmapRequest |
( |
IList< string > |
table_names, |
|
|
string |
x_column_name, |
|
|
string |
y_column_name, |
|
|
double |
min_x, |
|
|
double |
max_x, |
|
|
double |
min_y, |
|
|
double |
max_y, |
|
|
IList< IList< double >> |
time_intervals, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string |
projection, |
|
|
string |
video_style, |
|
|
string |
session_key, |
|
|
IDictionary< string, string > |
style_options, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a VisualizeVideoHeatmapRequest object with the specified parameters.
- Parameters
-
| table_names | |
| x_column_name | |
| y_column_name | |
| min_x | |
| max_x | |
| min_y | |
| max_y | |
| time_intervals | |
| width | |
| height | |
| projection | Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR. |
| video_style | |
| session_key | |
| style_options |
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds.
-
blur_radius
-
bg_color
-
gradient_start_color
-
gradient_end_color
|
| options | |
Definition at line 313 of file VisualizeVideoHeatmap.cs.
| int kinetica.VisualizeVideoHeatmapRequest.height |
|
getset |
| double kinetica.VisualizeVideoHeatmapRequest.max_x |
|
getset |
| double kinetica.VisualizeVideoHeatmapRequest.max_y |
|
getset |
| double kinetica.VisualizeVideoHeatmapRequest.min_x |
|
getset |
| double kinetica.VisualizeVideoHeatmapRequest.min_y |
|
getset |
| IDictionary<string, string> kinetica.VisualizeVideoHeatmapRequest.options = new Dictionary<string, string>() |
|
getset |
| string kinetica.VisualizeVideoHeatmapRequest.projection |
|
getset |
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
Definition at line 217 of file VisualizeVideoHeatmap.cs.
| string kinetica.VisualizeVideoHeatmapRequest.session_key |
|
getset |
| IDictionary<string, string> kinetica.VisualizeVideoHeatmapRequest.style_options |
|
getset |
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds.
blur_radius bg_color gradient_start_color gradient_end_color
Definition at line 254 of file VisualizeVideoHeatmap.cs.
| IList<string> kinetica.VisualizeVideoHeatmapRequest.table_names |
|
getset |
| IList<IList<double> > kinetica.VisualizeVideoHeatmapRequest.time_intervals |
|
getset |
| int kinetica.VisualizeVideoHeatmapRequest.width = new List<IList<double>>() |
|
getset |
| string kinetica.VisualizeVideoHeatmapRequest.x_column_name = new List<string>() |
|
getset |
| string kinetica.VisualizeVideoHeatmapRequest.y_column_name |
|
getset |
The documentation for this class was generated from the following file: