A set of string constants for the parameter VisualizeIsochroneRequest.options. More…
Static Public Attributes | |
| const string | SOLVE_TABLE = “solve_table” |
| Name of the table to host intermediate solve results, in [schema_name. | |
| const string | IS_REPLICATED = “is_replicated” |
| If set to TRUE, replicate the SOLVE_TABLE. | |
| const string | TRUE = “true” |
| A boolean constant for the VisualizeIsochroneRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the VisualizeIsochroneRequest.Options options. | |
| const string | DATA_MIN_X = “data_min_x” |
| Lower bound for the x values. | |
| const string | DATA_MAX_X = “data_max_x” |
| Upper bound for the x values. | |
| const string | DATA_MIN_Y = “data_min_y” |
| Lower bound for the y values. | |
| const string | DATA_MAX_Y = “data_max_y” |
| Upper bound for the y values. | |
| const string | CONCAVITY_LEVEL = “concavity_level” |
| Factor to qualify the concavity of the isochrone curves. | |
| const string | USE_PRIORITY_QUEUE_SOLVERS = “use_priority_queue_solvers” |
| Sets the solver methods explicitly if true. | |
| const string | SOLVE_DIRECTION = “solve_direction” |
| Specify whether we are going to the source node, or starting from it. | |
| const string | FROM_SOURCE = “from_source” |
| Shortest path to get to the source (inverse Dijkstra). | |
| const string | TO_SOURCE = “to_source” |
| Shortest path to source (Dijkstra). | |
Detailed Description
A set of string constants for the parameter VisualizeIsochroneRequest.options.
Additional parameters.
Definition at line 1067 of file VisualizeIsochrone.cs.
Member Data Documentation
◆ CONCAVITY_LEVEL
| static |
Factor to qualify the concavity of the isochrone curves.
The lower the value, the more convex (with ‘0’ being completely convex and ‘1’ being the most concave). The default value is ‘0.5’. The minimum allowed value is ‘0’. The maximum allowed value is ‘1’.
Definition at line 1138 of file VisualizeIsochrone.cs.
◆ DATA_MAX_X
| static |
Upper bound for the x values.
If not provided, it will be computed from the bounds of the input data.
Definition at line 1120 of file VisualizeIsochrone.cs.
◆ DATA_MAX_Y
| static |
Upper bound for the y values.
If not provided, it will be computed from the bounds of the input data.
Definition at line 1130 of file VisualizeIsochrone.cs.
◆ DATA_MIN_X
| static |
Lower bound for the x values.
If not provided, it will be computed from the bounds of the input data.
Definition at line 1115 of file VisualizeIsochrone.cs.
◆ DATA_MIN_Y
| static |
Lower bound for the y values.
If not provided, it will be computed from the bounds of the input data.
Definition at line 1125 of file VisualizeIsochrone.cs.
◆ FALSE
| static |
A boolean constant for the VisualizeIsochroneRequest.Options options.
Definition at line 1110 of file VisualizeIsochrone.cs.
◆ FROM_SOURCE
| static |
Shortest path to get to the source (inverse Dijkstra).
Definition at line 1193 of file VisualizeIsochrone.cs.
◆ IS_REPLICATED
| static |
If set to TRUE, replicate the SOLVE_TABLE.
Supported values:
The default value is TRUE.
Definition at line 1102 of file VisualizeIsochrone.cs.
◆ SOLVE_DIRECTION
| static |
Specify whether we are going to the source node, or starting from it.
Supported values:
- FROM_SOURCE: Shortest path to get to the source (inverse Dijkstra).
- TO_SOURCE: Shortest path to source (Dijkstra).
The default value is FROM_SOURCE.
Definition at line 1189 of file VisualizeIsochrone.cs.
◆ SOLVE_TABLE
| static |
Name of the table to host intermediate solve results, in [schema_name.
]table_name format, using standard name resolution rules and meeting table naming criteria.
This table will contain the position and cost for each vertex in the graph. If the default value is used, a temporary table is created and deleted once the solution is calculated. The default value is ”.
Definition at line 1079 of file VisualizeIsochrone.cs.
◆ TO_SOURCE
| static |
Shortest path to source (Dijkstra).
Definition at line 1196 of file VisualizeIsochrone.cs.
◆ TRUE
| static |
A boolean constant for the VisualizeIsochroneRequest.Options options.
Definition at line 1106 of file VisualizeIsochrone.cs.
◆ USE_PRIORITY_QUEUE_SOLVERS
| static |
Sets the solver methods explicitly if true.
Supported values:
- TRUE: Uses the solvers scheduled for ‘shortest_path’ and ‘inverse_shortest_path’ based on SOLVE_DIRECTION.
- FALSE: Uses the solvers ‘priority_queue’ and ‘inverse_priority_queue’ based on SOLVE_DIRECTION.
The default value is FALSE.
Definition at line 1165 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