|
Kinetica C# API
Version 7.2.3.1
|
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... | |
A set of string constants for the parameter contour_options.
Contour specific parameters.
Definition at line 436 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions._102100 = "102100" |
Definition at line 485 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions._3857 = "3857" |
Definition at line 484 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions._900913 = "900913" |
Definition at line 486 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.ADD_LABELS = "add_labels" |
| const string 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 536 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.EPSG_102100 = "EPSG:102100" |
Definition at line 490 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.EPSG_3857 = "EPSG:3857" |
Definition at line 491 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.EPSG_4326 = "EPSG:4326" |
Definition at line 487 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.EPSG_900913 = "EPSG:900913" |
Definition at line 489 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.FALSE = "false" |
Definition at line 539 of file VisualizeIsochrone.cs.
| const string 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 521 of file VisualizeIsochrone.cs.
| const string 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 508 of file VisualizeIsochrone.cs.
| const string 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 568 of file VisualizeIsochrone.cs.
| const string 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 561 of file VisualizeIsochrone.cs.
| const string 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 596 of file VisualizeIsochrone.cs.
| const string 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 588 of file VisualizeIsochrone.cs.
| const string 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 603 of file VisualizeIsochrone.cs.
| const string 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 579 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.PLATE_CARREE = "PLATE_CARREE" |
Definition at line 488 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.PROJECTION = "projection" |
Spatial Reference System (i.e.
EPSG Code).
Supported values:
The default value is PLATE_CARREE.
Definition at line 482 of file VisualizeIsochrone.cs.
| const string 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 514 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.TRUE = "true" |
Definition at line 538 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.WEB_MERCATOR = "WEB_MERCATOR" |
Definition at line 492 of file VisualizeIsochrone.cs.
| const string VisualizeIsochroneRequest.ContourOptions.WIDTH = "width" |
When generate_image is set to TRUE, width of the generated image.
The default value is '512'.
Definition at line 498 of file VisualizeIsochrone.cs.