◆ visualizeIsochrone() [1/2]
| inline |
Generate an image containing isolines for travel results using an existing graph.
Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
| graph_name | Name of the graph on which the isochrone is to be computed. |
| source_node | Starting vertex on the underlying graph from/to which the isochrones are created. |
| max_solution_radius | Extent of the search radius around source_node . Set to ‘-1.0’ for unrestricted search radius. The default value is -1.0. |
| weights_on_edges | Additional weights to apply to the edges of an existing graph. Weights must be specified using identifiers; identifiers are grouped as combinations. Identifiers can be used with existing column names, e.g., ‘table.column AS WEIGHTS_EDGE_ID’, or expressions, e.g., ‘ST_LENGTH(wkt) AS WEIGHTS_VALUESPECIFIED’. Any provided weights will be added (in the case of ‘WEIGHTS_VALUESPECIFIED’) to or multiplied with (in the case of ‘WEIGHTS_FACTORSPECIFIED’) the existing weight(s). The default value is an empty List. |
| restrictions | Additional restrictions to apply to the nodes/edges of an existing graph. Restrictions must be specified using identifiers; identifiers are grouped as combinations. Identifiers can be used with existing column names, e.g., ‘table.column AS RESTRICTIONS_EDGE_ID’, or expressions, e.g., ‘column/2 AS RESTRICTIONS_VALUECOMPARED’. If REMOVE_PREVIOUS_RESTRICTIONS is set to TRUE, any provided restrictions will replace the existing restrictions. If REMOVE_PREVIOUS_RESTRICTIONS is set to FALSE, any provided restrictions will be added (in the case of ‘RESTRICTIONS_VALUECOMPARED’) to or replaced (in the case of ‘RESTRICTIONS_ONOFFCOMPARED’). The default value is an empty List. |
| num_levels | Number of equally-separated isochrones to compute. The default value is 1. |
| generate_image | If set to TRUE, generates a PNG image of the isochrones in the response. Supported values:
|
| levels_table | Name of the table to output the isochrones to, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. The table will contain levels and their corresponding WKT geometry. If no value is provided, the table is not generated. The default value is ”. |
| style_options | Various style related options of the isochrone image.
|
| solve_options | Solver specific parameters.
|
| contour_options | Contour specific parameters.
|
| options | Additional parameters.
|
Definition at line 68452 of file KineticaFunctions.cs.
◆ visualizeIsochrone() [2/2]
| inline |
Generate an image containing isolines for travel results using an existing graph.
Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
| request_ | Request object containing the parameters for the operation. |
Definition at line 67502 of file KineticaFunctions.cs.
◆ VisualizeIsochroneAsync() [1/2]
| inline |
Generate an image containing isolines for travel results using an existing graph.
(async)
Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
| graph_name | Name of the graph on which the isochrone is to be computed. |
| source_node | Starting vertex on the underlying graph from/to which the isochrones are created. |
| max_solution_radius | Extent of the search radius around source_node . Set to ‘-1.0’ for unrestricted search radius. The default value is -1.0. |
| weights_on_edges | Additional weights to apply to the edges of an existing graph. Weights must be specified using identifiers; identifiers are grouped as combinations. Identifiers can be used with existing column names, e.g., ‘table.column AS WEIGHTS_EDGE_ID’, or expressions, e.g., ‘ST_LENGTH(wkt) AS WEIGHTS_VALUESPECIFIED’. Any provided weights will be added (in the case of ‘WEIGHTS_VALUESPECIFIED’) to or multiplied with (in the case of ‘WEIGHTS_FACTORSPECIFIED’) the existing weight(s). The default value is an empty List. |
| restrictions | Additional restrictions to apply to the nodes/edges of an existing graph. Restrictions must be specified using identifiers; identifiers are grouped as combinations. Identifiers can be used with existing column names, e.g., ‘table.column AS RESTRICTIONS_EDGE_ID’, or expressions, e.g., ‘column/2 AS RESTRICTIONS_VALUECOMPARED’. If REMOVE_PREVIOUS_RESTRICTIONS is set to TRUE, any provided restrictions will replace the existing restrictions. If REMOVE_PREVIOUS_RESTRICTIONS is set to FALSE, any provided restrictions will be added (in the case of ‘RESTRICTIONS_VALUECOMPARED’) to or replaced (in the case of ‘RESTRICTIONS_ONOFFCOMPARED’). The default value is an empty List. |
| num_levels | Number of equally-separated isochrones to compute. The default value is 1. |
| generate_image | If set to TRUE, generates a PNG image of the isochrones in the response. Supported values:
|
| levels_table | Name of the table to output the isochrones to, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. The table will contain levels and their corresponding WKT geometry. If no value is provided, the table is not generated. The default value is ”. |
| style_options | Various style related options of the isochrone image.
|
| solve_options | Solver specific parameters.
|
| contour_options | Contour specific parameters.
|
| options | Additional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 69400 of file KineticaFunctions.cs.
◆ VisualizeIsochroneAsync() [2/2]
| inline |
Generate an image containing isolines for travel results using an existing graph.
(async)
Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 67523 of file KineticaFunctions.cs.