Re: [Qgis-user] About QgsGeometry::buffer

2015-09-20 Thread lb
Hi, Buffer require some parameter since you can choose the "style" of buffer. You have some example on PostGis documentation (parameters are the same) http://postgis.net/docs/ST_Buffer.html QGis define this parameters in Settings->Options->Digitizing->Curve offset tool. You can get this

[Qgis-user] About QgsGeometry::buffer

2015-09-18 Thread Tudorache, Marian
Hi everyone, I would like to find more details about QgsGeometry::buffer with more styles. In QGIS API Documentation there are two version of the buffer: Simple version with distance and segments and with sytles. The one with styles is defines as: ( distance, segments, endCapStyle, joinStyle,