Skip to content

Commit 605ef17

Browse files
committedJun 17, 2014
add doxygen notes to QgsGeometry::offsetCurve
1 parent eb6a45c commit 605ef17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/core/qgsgeometry.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,10 @@ class CORE_EXPORT QgsGeometry
357357

358358
#if defined(GEOS_VERSION_MAJOR) && defined(GEOS_VERSION_MINOR) && \
359359
((GEOS_VERSION_MAJOR>3) || ((GEOS_VERSION_MAJOR==3) && (GEOS_VERSION_MINOR>=3)))
360-
/** Returns an offset line at a given distance and side from an input line. */
360+
/** Returns an offset line at a given distance and side from an input line (uses GEOS)
361+
@note added in 2.3
362+
@note only available with GEOS >= 3.3
363+
*/
361364
QgsGeometry* offsetCurve( double distance, int segments, int joinStyle, double mitreLimit );
362365
#endif
363366

0 commit comments

Comments
 (0)
Please sign in to comment.