#include <QMap>
#include <Qt>
#include <QtCore>
#include <QFont>
#include <QColor>
#include <QPainter>
#include "qgssymbolv2.h"
#include "qgis.h"
#include "qgsmapunitscale.h"
Go to the source code of this file.
Functions |
QList< QPolygonF > | offsetLine (QPolygonF polyline, double dist) |
QList< QPolygonF > | offsetLine (QPolygonF polyline, double dist, QGis::GeometryType geometryType) |
| calculate geometry shifted by a specified distance
|
Typedef Documentation
Function Documentation
QList<QPolygonF> offsetLine |
( |
QPolygonF |
polyline, |
|
|
double |
dist |
|
) |
| |
- Deprecated:
- since 2.4 - calculate line shifted by a specified distance
QList<QPolygonF> offsetLine |
( |
QPolygonF |
polyline, |
|
|
double |
dist, |
|
|
QGis::GeometryType |
geometryType |
|
) |
| |
calculate geometry shifted by a specified distance