Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.VisualizeVideoRequest.StyleOptions Struct Reference

Styling options for the image. More...

Public Attributes

const string DO_POINTS = "do_points"
 Rasterize point data toggle. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string DO_SHAPES = "do_shapes"
 Rasterize shapes toggle. More...
 
const string DO_TRACKS = "do_tracks"
 Rasterize tracks toggle. More...
 
const string POINTCOLORS = "pointcolors"
 RGB color value in hex for the points. More...
 
const string POINTSIZES = "pointsizes"
 Size of points. More...
 
const string POINTSHAPES = "pointshapes"
 Shape of the point. More...
 
const string NONE = "none"
 
const string CIRCLE = "circle"
 
const string SQUARE = "square"
 
const string DIAMOND = "diamond"
 
const string HOLLOWCIRCLE = "hollowcircle"
 
const string HOLLOWSQUARE = "hollowsquare"
 
const string HOLLOWDIAMOND = "hollowdiamond"
 
const string SYMBOLCODE = "SYMBOLCODE"
 
const string SHAPELINEWIDTHS = "shapelinewidths"
 Width of the lines. More...
 
const string SHAPELINECOLORS = "shapelinecolors"
 RGB color values in hex for the line. More...
 
const string SHAPEFILLCOLORS = "shapefillcolors"
 RGB color values in hex for the fill color of the shapes. More...
 
const string TRACKLINEWIDTHS = "tracklinewidths"
 Width of the track lines. More...
 
const string TRACKLINECOLORS = "tracklinecolors"
 RGB color values for the track lines. More...
 
const string TRACKMARKERSIZES = "trackmarkersizes"
 Size of the track point markers. More...
 
const string TRACKMARKERCOLORS = "trackmarkercolors"
 Color of the track point markers. More...
 
const string TRACKMARKERSHAPES = "trackmarkershapes"
 Shape of track point markers. More...
 
const string TRACKHEADCOLORS = "trackheadcolors"
 Color of track head markers. More...
 
const string TRACKHEADSIZES = "trackheadsizes"
 Size of track head markers. More...
 
const string TRACKHEADSHAPES = "trackheadshapes"
 Shape of track head markers. More...
 

Detailed Description

Styling options for the image.

  • do_points Rasterize point data toggle. Values: true, false.
  • do_shapes Rasterize shapes toggle. Values: true, false.
  • do_tracks Rasterize tracks toggle. Values: true, false.
  • pointcolors RGB color value in hex for the points.
  • pointsizes Size of points.
  • pointshapes Shape of the point. Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.
  • shapelinewidths Width of the lines.
  • shapelinecolors RGB color values in hex for the line.
  • shapefillcolors RGB color values in hex for the fill color of the shapes. Use '-1' for no fill.
  • tracklinewidths Width of the track lines. '0' implies do not draw track lines.
  • tracklinecolors RGB color values for the track lines.
  • trackmarkersizes Size of the track point markers.
  • trackmarkercolors Color of the track point markers.
  • trackmarkershapes Shape of track point markers. Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.
  • trackheadcolors Color of track head markers.
  • trackheadsizes Size of track head markers.
  • trackheadshapes Shape of track head markers. Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.


A set of string constants for the parameter <member name="style_options">.

Definition at line 163 of file VisualizeVideo.cs.

Member Data Documentation

const string kinetica.VisualizeVideoRequest.StyleOptions.CIRCLE = "circle"

Definition at line 191 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.DIAMOND = "diamond"

Definition at line 193 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.DO_POINTS = "do_points"

Rasterize point data toggle.

Values: true, false.

Definition at line 168 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.DO_SHAPES = "do_shapes"

Rasterize shapes toggle.

Values: true, false.

Definition at line 174 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.DO_TRACKS = "do_tracks"

Rasterize tracks toggle.

Values: true, false.

Definition at line 178 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.FALSE = "false"

Definition at line 170 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.HOLLOWCIRCLE = "hollowcircle"

Definition at line 194 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.HOLLOWDIAMOND = "hollowdiamond"

Definition at line 196 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.HOLLOWSQUARE = "hollowsquare"

Definition at line 195 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.NONE = "none"

Definition at line 190 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.POINTCOLORS = "pointcolors"

RGB color value in hex for the points.

Definition at line 181 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.POINTSHAPES = "pointshapes"

Shape of the point.

Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.

Definition at line 189 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.POINTSIZES = "pointsizes"

Size of points.

Definition at line 184 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.SHAPEFILLCOLORS = "shapefillcolors"

RGB color values in hex for the fill color of the shapes.

Use '-1' for no fill.

Definition at line 207 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.SHAPELINECOLORS = "shapelinecolors"

RGB color values in hex for the line.

Definition at line 203 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.SHAPELINEWIDTHS = "shapelinewidths"

Width of the lines.

Definition at line 200 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.SQUARE = "square"

Definition at line 192 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.SYMBOLCODE = "SYMBOLCODE"

Definition at line 197 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKHEADCOLORS = "trackheadcolors"

Color of track head markers.

Definition at line 229 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKHEADSHAPES = "trackheadshapes"

Shape of track head markers.

Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.

Definition at line 238 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKHEADSIZES = "trackheadsizes"

Size of track head markers.

Definition at line 232 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKLINECOLORS = "tracklinecolors"

RGB color values for the track lines.

Definition at line 214 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKLINEWIDTHS = "tracklinewidths"

Width of the track lines.

'0' implies do not draw track lines.

Definition at line 211 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKMARKERCOLORS = "trackmarkercolors"

Color of the track point markers.

Definition at line 220 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKMARKERSHAPES = "trackmarkershapes"

Shape of track point markers.

Values: none, circle, square, diamond, hollowcircle, hollowsquare, hollowdiamond, SYMBOLCODE.

Definition at line 226 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRACKMARKERSIZES = "trackmarkersizes"

Size of the track point markers.

Definition at line 217 of file VisualizeVideo.cs.

const string kinetica.VisualizeVideoRequest.StyleOptions.TRUE = "true"

Definition at line 169 of file VisualizeVideo.cs.


The documentation for this struct was generated from the following file: