A set of parameters for /visualize/image/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, viridis.
More...
|
|
|
| VisualizeImageHeatmapRequest () |
| Constructs a VisualizeImageHeatmapRequest object with default parameters. More...
|
|
| VisualizeImageHeatmapRequest (IList< string > table_names, string x_column_name, string y_column_name, string value_column_name, double min_x, double max_x, double min_y, double max_y, int width, int height, string projection, IDictionary< string, string > style_options, IDictionary< string, string > options=null) |
| Constructs a VisualizeImageHeatmapRequest 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] |
|
string | value_column_name [get, set] |
|
double | min_x [get, set] |
|
double | max_x [get, set] |
|
double | min_y [get, set] |
|
double | max_y [get, set] |
|
int | width [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...
|
|
IDictionary< string, string > | style_options = Projection.PLATE_CARREE [get, set] |
|
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds, viridis.
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/image/heatmap.
Definition at line 18 of file VisualizeImageHeatmap.cs.
kinetica.VisualizeImageHeatmapRequest.VisualizeImageHeatmapRequest |
( |
| ) |
|
|
inline |
kinetica.VisualizeImageHeatmapRequest.VisualizeImageHeatmapRequest |
( |
IList< string > |
table_names, |
|
|
string |
x_column_name, |
|
|
string |
y_column_name, |
|
|
string |
value_column_name, |
|
|
double |
min_x, |
|
|
double |
max_x, |
|
|
double |
min_y, |
|
|
double |
max_y, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string |
projection, |
|
|
IDictionary< string, string > |
style_options, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a VisualizeImageHeatmapRequest object with the specified parameters.
- Parameters
-
table_names | |
x_column_name | |
y_column_name | |
value_column_name | |
min_x | |
max_x | |
min_y | |
max_y | |
width | |
height | |
projection | Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR. |
style_options |
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds, viridis.
-
blur_radius
-
bg_color
-
gradient_start_color
-
gradient_end_color
|
options | |
Definition at line 307 of file VisualizeImageHeatmap.cs.
int kinetica.VisualizeImageHeatmapRequest.height |
|
getset |
double kinetica.VisualizeImageHeatmapRequest.max_x |
|
getset |
double kinetica.VisualizeImageHeatmapRequest.max_y |
|
getset |
double kinetica.VisualizeImageHeatmapRequest.min_x |
|
getset |
double kinetica.VisualizeImageHeatmapRequest.min_y |
|
getset |
IDictionary<string, string> kinetica.VisualizeImageHeatmapRequest.options = new Dictionary<string, string>() |
|
getset |
string kinetica.VisualizeImageHeatmapRequest.projection |
|
getset |
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
Definition at line 221 of file VisualizeImageHeatmap.cs.
-
colormap Values: jet, hot, hsv, gray, blues, greens, greys, oranges, purples, reds, viridis.
blur_radius bg_color gradient_start_color gradient_end_color
Definition at line 250 of file VisualizeImageHeatmap.cs.
IList<string> kinetica.VisualizeImageHeatmapRequest.table_names |
|
getset |
string kinetica.VisualizeImageHeatmapRequest.value_column_name |
|
getset |
int kinetica.VisualizeImageHeatmapRequest.width |
|
getset |
string kinetica.VisualizeImageHeatmapRequest.x_column_name = new List<string>() |
|
getset |
string kinetica.VisualizeImageHeatmapRequest.y_column_name |
|
getset |
The documentation for this class was generated from the following file: