|
Kinetica C# API
Version 6.0.1.0
|
A set of parameters for /visualize/image. More...
Inheritance diagram for kinetica.VisualizeImageRequest:
Collaboration diagram for kinetica.VisualizeImageRequest: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 | |
| VisualizeImageRequest () | |
| Constructs a VisualizeImageRequest object with default parameters. More... | |
| 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. More... | |
Public Member Functions inherited from kinetica.KineticaData | |
| 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] |
| 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] |
Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from kinetica.KineticaData | |
| static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
|
inline |
Constructs a VisualizeImageRequest object with default parameters.
Definition at line 444 of file VisualizeImage.cs.
|
inline |
Constructs a VisualizeImageRequest object with the specified parameters.
| table_names | |
| world_table_names | |
| x_column_name | |
| y_column_name | |
| track_ids | |
| 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 553 of file VisualizeImage.cs.
|
getset |
Definition at line 345 of file VisualizeImage.cs.
|
getset |
Definition at line 335 of file VisualizeImage.cs.
|
getset |
Definition at line 319 of file VisualizeImage.cs.
|
getset |
Definition at line 327 of file VisualizeImage.cs.
|
getset |
Definition at line 315 of file VisualizeImage.cs.
|
getset |
Definition at line 323 of file VisualizeImage.cs.
|
getset |
Definition at line 438 of file VisualizeImage.cs.
|
getset |
Values: EPSG:4326, PLATE_CARREE, 900913, EPSG:900913, 102100, EPSG:102100, 3857, EPSG:3857, WEB_MERCATOR.
Definition at line 341 of file VisualizeImage.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 434 of file VisualizeImage.cs.
|
getset |
Definition at line 295 of file VisualizeImage.cs.
|
getset |
Definition at line 311 of file VisualizeImage.cs.
|
getset |
Definition at line 331 of file VisualizeImage.cs.
|
getset |
Definition at line 299 of file VisualizeImage.cs.
|
getset |
Definition at line 303 of file VisualizeImage.cs.
|
getset |
Definition at line 307 of file VisualizeImage.cs.