QGIS/python/analysis/network/qgsnetworkspeedstrategy.sip
2017-05-01 20:00:51 +02:00

14 lines
333 B
Plaintext

class QgsNetworkSpeedStrategy : QgsNetworkStrategy
{
%TypeHeaderCode
#include <qgsnetworkspeedstrategy.h>
%End
public:
QgsNetworkSpeedStrategy( int attributeId, double defaultValue, double toMetricFactor );
QVariant cost( double distance, const QgsFeature &f ) const;
QgsAttributeList requiredAttributes() const;
};