Kinetica   C#   API  Version 7.2.3.0
kinetica.VisualizeIsochroneRequest.ContourOptions Struct Reference

A set of string constants for the parameter contour_options. 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

A set of string constants for the parameter contour_options.

Solver specific parameters

Definition at line 467 of file VisualizeIsochrone.cs.

Member Data Documentation

◆ _102100

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

Definition at line 519 of file VisualizeIsochrone.cs.

◆ _3857

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

Definition at line 518 of file VisualizeIsochrone.cs.

◆ _900913

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

Definition at line 520 of file VisualizeIsochrone.cs.

◆ ADD_LABELS

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 590 of file VisualizeIsochrone.cs.

◆ COLOR_ISOLINES

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 571 of file VisualizeIsochrone.cs.

◆ EPSG_102100

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

Definition at line 524 of file VisualizeIsochrone.cs.

◆ EPSG_3857

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

Definition at line 525 of file VisualizeIsochrone.cs.

◆ EPSG_4326

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

Definition at line 521 of file VisualizeIsochrone.cs.

◆ EPSG_900913

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

Definition at line 523 of file VisualizeIsochrone.cs.

◆ FALSE

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

Definition at line 574 of file VisualizeIsochrone.cs.

◆ GRID_SIZE

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 555 of file VisualizeIsochrone.cs.

◆ HEIGHT

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 542 of file VisualizeIsochrone.cs.

◆ LABELS_FONT_FAMILY

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 604 of file VisualizeIsochrone.cs.

◆ LABELS_FONT_SIZE

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 597 of file VisualizeIsochrone.cs.

◆ LABELS_INTERLEVEL_SEPARATION

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 633 of file VisualizeIsochrone.cs.

◆ LABELS_INTRALEVEL_SEPARATION

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 625 of file VisualizeIsochrone.cs.

◆ LABELS_MAX_ANGLE

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 640 of file VisualizeIsochrone.cs.

◆ LABELS_SEARCH_WINDOW

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 616 of file VisualizeIsochrone.cs.

◆ PLATE_CARREE

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

Definition at line 522 of file VisualizeIsochrone.cs.

◆ PROJECTION

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 516 of file VisualizeIsochrone.cs.

◆ SEARCH_RADIUS

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 548 of file VisualizeIsochrone.cs.

◆ TRUE

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

Definition at line 573 of file VisualizeIsochrone.cs.

◆ WEB_MERCATOR

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

Definition at line 526 of file VisualizeIsochrone.cs.

◆ WIDTH

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 532 of file VisualizeIsochrone.cs.


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