File tree 2 files changed +3
-3
lines changed
python/analysis/auto_generated/network
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
class QgsNetworkSpeedStrategy : QgsNetworkStrategy
12
12
{
13
13
%Docstring
14
+ Strategy for calculating edge cost based on travel time. Should be
15
+ used for finding fastest path between two points.
14
16
15
17
.. versionadded:: 3.0
16
- Strategy for calculating edge cost based on travel time. Should be
17
- used for finding fastest path between two points.
18
18
%End
19
19
20
20
%TypeHeaderCode
Original file line number Diff line number Diff line change 22
22
/* *
23
23
* \ingroup analysis
24
24
* \class QgsNetworkSpeedStrategy
25
- * \since QGIS 3.0
26
25
* \brief Strategy for calculating edge cost based on travel time. Should be
27
26
* used for finding fastest path between two points.
27
+ * \since QGIS 3.0
28
28
*/
29
29
class ANALYSIS_EXPORT QgsNetworkSpeedStrategy : public QgsNetworkStrategy
30
30
{
You can’t perform that action at this time.
0 commit comments