18 #ifndef QGSVECTORFIELDSYMBOLLAYER_H
19 #define QGSVECTORFIELDSYMBOLLAYER_H
36 ClockwiseFromNorth = 0,
37 CounterclockwiseFromEast
71 void setXAttribute(
const QString& attribute ) { mXAttribute = attribute; }
73 void setYAttribute(
const QString& attribute ) { mYAttribute = attribute; }
76 double scale()
const {
return mScale; }
106 void convertPolarToCartesian(
double length,
double angle,
double& x,
double& y )
const;
109 #endif // QGSVECTORFIELDSYMBOLLAYER_H