<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I am wondering if this is correct to check if polygons are disjoint
    when trying to add a new part to a multipolygon.<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://github.com/qgis/Quantum-GIS/blob/master/src/core/qgsgeometry.cpp#L3009">https://github.com/qgis/Quantum-GIS/blob/master/src/core/qgsgeometry.cpp#L3009</a><br>
    <br>
    Indeed if you try add a new part having a segment in common with an
    existing part it won't be ok.<br>
    <br>
    Also, while trying to slit parts, I cannot use addPart method as it
    is, because the parts are not disjoint.<br>
    <br>
    What do you think?<br>
    Should we rather use GEOSOverlaps ?<br>
    <br>
    Thanks a lot<br>
    <br>
    Denis<br>
  </body>
</html>