18 #ifndef QGSOVERLAYOBJECT_H
19 #define QGSOVERLAYOBJECT_H
46 Q_DECL_DEPRECATED GEOSGeometry* getGeosGeometry();
53 int width()
const {
return mWidth;}
59 QList<QgsPoint>
positions()
const {
return mPositions;}
68 void addPosition(
const QgsPoint& position );