Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.VisualizeIsochroneRequest.ContourOptions Struct Reference

Solver specific parameters

More...

Public Attributes

const string PROJECTION = "projection"
 Spatial Reference System (i.e. More...
 
const string _3857 = "3857"
 
const string _102100 = "102100"
 
const string _900913 = "900913"
 
const string EPSG_4326 = "EPSG:4326"
 
const string PLATE_CARREE = "PLATE_CARREE"
 
const string EPSG_900913 = "EPSG:900913"
 
const string EPSG_102100 = "EPSG:102100"
 
const string EPSG_3857 = "EPSG:3857"
 
const string WEB_MERCATOR = "WEB_MERCATOR"
 
const string WIDTH = "width"
 When generate_image is set to true, width of the generated image. More...
 
const string HEIGHT = "height"
 When generate_image is set to true, height of the generated image. More...
 
const string SEARCH_RADIUS = "search_radius"
 When interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid). More...
 
const string GRID_SIZE = "grid_size"
 When interpolating the graph solution to generate the isochrone, number of subdivisions along the x axis when building the grid (the y is computed using the aspect ratio of the output image). More...
 
const string COLOR_ISOLINES = "color_isolines"
 Color each isoline according to the colormap; otherwise, use the foreground color. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string ADD_LABELS = "add_labels"
 If set to true, add labels to the isolines. More...
 
const string LABELS_FONT_SIZE = "labels_font_size"
 When add_labels is set to true, size of the font (in pixels) to use for labels. More...
 
const string LABELS_FONT_FAMILY = "labels_font_family"
 When add_labels is set to true, font name to be used when adding labels. More...
 
const string LABELS_SEARCH_WINDOW = "labels_search_window"
 When add_labels is set to true, a search window is used to rate the local quality of each isoline. More...
 
const string LABELS_INTRALEVEL_SEPARATION = "labels_intralevel_separation"
 When add_labels is set to true, this value determines the distance (in multiples of the labels_font_size) to use when separating labels of different values. More...
 
const string LABELS_INTERLEVEL_SEPARATION = "labels_interlevel_separation"
 When add_labels is set to true, this value determines the distance (in percent of the total window size) to use when separating labels of the same value. More...
 
const string LABELS_MAX_ANGLE = "labels_max_angle"
 When add_labels is set to true, maximum angle (in degrees) from the vertical to use when adding labels. More...
 

Detailed Description

Solver specific parameters

EPSG Code). Supported values:

The default value is PLATE_CARREE. WIDTH: When is set to true, width of the generated image. The default value is '512'. HEIGHT: When is set to true, height of the generated image. If the default value is used, the height is set to the value resulting from multiplying the aspect ratio by the width. The default value is '-1'. SEARCH_RADIUS: When interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid). The default value is '20'. GRID_SIZE: When interpolating the graph solution to generate the isochrone, number of subdivisions along the x axis when building the grid (the y is computed using the aspect ratio of the output image). The default value is '100'. COLOR_ISOLINES: Color each isoline according to the colormap; otherwise, use the foreground color. Supported values:

The default value is TRUE. ADD_LABELS: If set to true, add labels to the isolines. Supported values:

The default value is FALSE. LABELS_FONT_SIZE: When add_labels is set to true, size of the font (in pixels) to use for labels. The default value is '12'. LABELS_FONT_FAMILY: When add_labels is set to true, font name to be used when adding labels. The default value is 'arial'. LABELS_SEARCH_WINDOW: When add_labels is set to true, a search window is used to rate the local quality of each isoline. Smooth, continuous, long stretches with relatively flat angles are favored. The provided value is multiplied by the labels_font_size to calculate the final window size. The default value is '4'. LABELS_INTRALEVEL_SEPARATION: When add_labels is set to true, this value determines the distance (in multiples of the labels_font_size) to use when separating labels of different values. The default value is '4'. LABELS_INTERLEVEL_SEPARATION: When add_labels is set to true, this value determines the distance (in percent of the total window size) to use when separating labels of the same value. The default value is '20'. LABELS_MAX_ANGLE: When add_labels is set to true, maximum angle (in degrees) from the vertical to use when adding labels. The default value is '60'.

The default value is an empty Dictionary. A set of string constants for the parameter contour_options.

Definition at line 1065 of file VisualizeIsochrone.cs.

Member Data Documentation

const string kinetica.VisualizeIsochroneRequest.ContourOptions._102100 = "102100"

Definition at line 1112 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions._3857 = "3857"

Definition at line 1111 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions._900913 = "900913"

Definition at line 1113 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.ADD_LABELS = "add_labels"

If set to true, add labels to the isolines.

Supported values:

The default value is FALSE.

Definition at line 1177 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.COLOR_ISOLINES = "color_isolines"

Color each isoline according to the colormap; otherwise, use the foreground color.

Supported values:

The default value is TRUE.

Definition at line 1159 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.EPSG_102100 = "EPSG:102100"

Definition at line 1117 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.EPSG_3857 = "EPSG:3857"

Definition at line 1118 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.EPSG_4326 = "EPSG:4326"

Definition at line 1114 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.EPSG_900913 = "EPSG:900913"

Definition at line 1116 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.FALSE = "false"

Definition at line 1161 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.GRID_SIZE = "grid_size"

When interpolating the graph solution to generate the isochrone, number of subdivisions along the x axis when building the grid (the y is computed using the aspect ratio of the output image).

The default value is '100'.

Definition at line 1142 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.HEIGHT = "height"

When generate_image is set to true, height of the generated image.

If the default value is used, the height is set to the value resulting from multiplying the aspect ratio by the width. The default value is '-1'.

Definition at line 1131 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.LABELS_FONT_FAMILY = "labels_font_family"

When add_labels is set to true, font name to be used when adding labels.

The default value is 'arial'.

Definition at line 1187 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.LABELS_FONT_SIZE = "labels_font_size"

When add_labels is set to true, size of the font (in pixels) to use for labels.

The default value is '12'.

Definition at line 1182 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.LABELS_INTERLEVEL_SEPARATION = "labels_interlevel_separation"

When add_labels is set to true, this value determines the distance (in percent of the total window size) to use when separating labels of the same value.

The default value is '20'.

Definition at line 1207 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.LABELS_INTRALEVEL_SEPARATION = "labels_intralevel_separation"

When add_labels is set to true, this value determines the distance (in multiples of the labels_font_size) to use when separating labels of different values.

The default value is '4'.

Definition at line 1201 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.LABELS_MAX_ANGLE = "labels_max_angle"

When add_labels is set to true, maximum angle (in degrees) from the vertical to use when adding labels.

The default value is '60'.

Definition at line 1212 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.LABELS_SEARCH_WINDOW = "labels_search_window"

When add_labels is set to true, a search window is used to rate the local quality of each isoline.

Smooth, continuous, long stretches with relatively flat angles are favored. The provided value is multiplied by the labels_font_size to calculate the final window size. The default value is '4'.

Definition at line 1195 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.PLATE_CARREE = "PLATE_CARREE"

Definition at line 1115 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.PROJECTION = "projection"

Spatial Reference System (i.e.

EPSG Code). Supported values:

The default value is PLATE_CARREE.

Definition at line 1110 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.SEARCH_RADIUS = "search_radius"

When interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid).

The default value is '20'.

Definition at line 1136 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.TRUE = "true"

Definition at line 1160 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.WEB_MERCATOR = "WEB_MERCATOR"

Definition at line 1119 of file VisualizeIsochrone.cs.

const string kinetica.VisualizeIsochroneRequest.ContourOptions.WIDTH = "width"

When generate_image is set to true, width of the generated image.

The default value is '512'.

Definition at line 1124 of file VisualizeIsochrone.cs.


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