A set of string constants for the parameter VisualizeIsochroneRequest.contour_options. More…
Static Public Attributes | |
| const string | PROJECTION = “projection” |
| Spatial Reference System (i.e. | |
| const string | _3857 = “3857” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | _102100 = “102100” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | _900913 = “900913” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | EPSG_4326 = “EPSG:4326” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | PLATE_CARREE = “PLATE_CARREE” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | EPSG_900913 = “EPSG:900913” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | EPSG_102100 = “EPSG:102100” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | EPSG_3857 = “EPSG:3857” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | WEB_MERCATOR = “WEB_MERCATOR” |
| A constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | WIDTH = “width” |
| When VisualizeIsochroneRequest.generate_image is set to TRUE, width of the generated image. | |
| const string | HEIGHT = “height” |
| When VisualizeIsochroneRequest.generate_image is set to TRUE, height of the generated image. | |
| 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). | |
| 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). | |
| const string | COLOR_ISOLINES = “color_isolines” |
| Color each isoline according to the colormap; otherwise, use the foreground color. | |
| const string | TRUE = “true” |
| A boolean constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | FALSE = “false” |
| A boolean constant for the VisualizeIsochroneRequest.ContourOptions options. | |
| const string | ADD_LABELS = “add_labels” |
| If set to TRUE, add labels to the isolines. | |
| 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. | |
| const string | LABELS_FONT_FAMILY = “labels_font_family” |
| When ADD_LABELS is set to TRUE, font name to be used when adding labels. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
Detailed Description
A set of string constants for the parameter VisualizeIsochroneRequest.contour_options.
Contour specific parameters.
Definition at line 821 of file VisualizeIsochrone.cs.
Member Data Documentation
◆ _102100
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 885 of file VisualizeIsochrone.cs.
◆ _3857
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 880 of file VisualizeIsochrone.cs.
◆ _900913
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 890 of file VisualizeIsochrone.cs.
◆ ADD_LABELS
| static |
◆ COLOR_ISOLINES
| static |
Color each isoline according to the colormap; otherwise, use the foreground color.
Supported values:
The default value is TRUE.
Definition at line 972 of file VisualizeIsochrone.cs.
◆ EPSG_102100
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 910 of file VisualizeIsochrone.cs.
◆ EPSG_3857
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 915 of file VisualizeIsochrone.cs.
◆ EPSG_4326
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 895 of file VisualizeIsochrone.cs.
◆ EPSG_900913
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 905 of file VisualizeIsochrone.cs.
◆ FALSE
| static |
A boolean constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 982 of file VisualizeIsochrone.cs.
◆ GRID_SIZE
| static |
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 952 of file VisualizeIsochrone.cs.
◆ HEIGHT
| static |
When VisualizeIsochroneRequest.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 939 of file VisualizeIsochrone.cs.
◆ LABELS_FONT_FAMILY
| static |
When ADD_LABELS is set to TRUE, font name to be used when adding labels.
The default value is ‘arial’.
Definition at line 1019 of file VisualizeIsochrone.cs.
◆ LABELS_FONT_SIZE
| static |
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 1011 of file VisualizeIsochrone.cs.
◆ LABELS_INTERLEVEL_SEPARATION
| static |
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 1052 of file VisualizeIsochrone.cs.
◆ LABELS_INTRALEVEL_SEPARATION
| static |
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 1043 of file VisualizeIsochrone.cs.
◆ LABELS_MAX_ANGLE
| static |
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 1061 of file VisualizeIsochrone.cs.
◆ LABELS_SEARCH_WINDOW
| static |
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 1033 of file VisualizeIsochrone.cs.
◆ PLATE_CARREE
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 900 of file VisualizeIsochrone.cs.
◆ PROJECTION
| static |
Spatial Reference System (i.e.
EPSG Code).
Supported values:
The default value is PLATE_CARREE.
Definition at line 875 of file VisualizeIsochrone.cs.
◆ SEARCH_RADIUS
| static |
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 945 of file VisualizeIsochrone.cs.
◆ TRUE
| static |
A boolean constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 977 of file VisualizeIsochrone.cs.
◆ WEB_MERCATOR
| static |
A constant for the VisualizeIsochroneRequest.ContourOptions options.
Definition at line 920 of file VisualizeIsochrone.cs.
◆ WIDTH
| static |
When VisualizeIsochroneRequest.generate_image is set to TRUE, width of the generated image.
The default value is ‘512’.
Definition at line 927 of file VisualizeIsochrone.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/VisualizeIsochrone.cs
- Kinetica/Protocol/VisualizeIsochrone.cs