Kinetica C# API
Version 6.0.1.0
|
A set of parameters for /visualize/image/classbreak. More...
Classes | |
struct | Projection |
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR. More... | |
struct | StyleOptions |
| |
Public Member Functions | |
VisualizeImageClassbreakRequest () | |
Constructs a VisualizeImageClassbreakRequest object with default parameters. More... | |
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. 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... | |
Properties | |
IList< string > | table_names [get, set] |
IList< string > | world_table_names = new List<string>() [get, set] |
string | x_column_name = new List<string>() [get, set] |
string | y_column_name [get, set] |
IList< IList< string > > | track_ids [get, set] |
string | cb_column_name1 = new List<IList<string>>() [get, set] |
IList< string > | cb_vals1 [get, set] |
IList< string > | cb_column_name2 = new List<string>() [get, set] |
IList< IList< string > > | cb_vals2 = new List<string>() [get, set] |
double | min_x = new List<IList<string>>() [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... | |
long | bg_color = Projection.PLATE_CARREE [get, set] |
IDictionary< string, IList < string > > | style_options [get, set] |
| |
IDictionary< string, string > | options = new Dictionary<string, IList<string>>() [get, set] |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for /visualize/image/classbreak.
Definition at line 18 of file VisualizeImageClassbreak.cs.
|
inline |
Constructs a VisualizeImageClassbreakRequest object with default parameters.
Definition at line 460 of file VisualizeImageClassbreak.cs.
|
inline |
Constructs a VisualizeImageClassbreakRequest object with the specified parameters.
table_names | |
world_table_names | |
x_column_name | |
y_column_name | |
track_ids | |
cb_column_name1 | |
cb_vals1 | |
cb_column_name2 | |
cb_vals2 | |
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. |
bg_color | |
style_options |
|
options |
Definition at line 573 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 361 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 315 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 323 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 319 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 327 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 351 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 335 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 343 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 331 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 339 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 454 of file VisualizeImageClassbreak.cs.
|
getset |
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
Definition at line 357 of file VisualizeImageClassbreak.cs.
|
getset |
do_shapes Values: true, false. do_tracks Values: true, false. do_symbology Values: true, false. pointcolors pointsizes pointshapes Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE. shapelinewidths shapelinecolors shapefillcolors tracklinewidths tracklinecolors trackmarkersizes trackmarkercolors trackmarkershapes Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE. trackheadcolors trackheadsizes trackheadshapes Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.
Definition at line 450 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 295 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 311 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 347 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 299 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 303 of file VisualizeImageClassbreak.cs.
|
getset |
Definition at line 307 of file VisualizeImageClassbreak.cs.