Skip to content

Commit ebe16f1

Browse files
committedNov 29, 2017
Update API breaks docs
1 parent 3341a3e commit ebe16f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎doc/api_break.dox

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ QgsAbstractGeometry {#qgis_api_break_3_0_QgsAbstractGeometry}
456456
- asGML2() was renamed to asGml2()
457457
- asGML3() was renamed to asGml3()
458458
- asJSON() was renamed to asJson()
459+
- closestSegment() now returns an integer value for the leftOf test (-1 if point is to the left
460+
of the geometry, +1 if the point is to the right of the geometry, or 0 for cases where left/right could not
461+
be determined, e.g. point exactly on a line)
459462

460463

461464
QgsActionManager {#qgis_api_break_3_0_QgsActionManager}
@@ -1338,6 +1341,7 @@ maintains Z or M dimensions from the input points and is more efficient.
13381341
- fromMultiPolygon() was renamed to fromMultiPolygonXY()
13391342
- exportToWkt() was renamed to asWkt()
13401343
- exportToGeoJSON() was renamed to asJson()
1344+
- closestSegmentWithContext() now returns an extra value, indicating whether the point is to the left of the geometry
13411345

13421346

13431347
QgsGeometryAnalyzer {#qgis_api_break_3_0_QgsGeometryAnalyzer}

0 commit comments

Comments
 (0)
Please sign in to comment.