<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Processing algorithms like "Select By Location", "Extract by
    Location" have been enhanced with some new operators :<br>
    <ul>
      <li>Include input features that touch the selection features</li>
      <li>Include input features that overlap/cross the selection
        features</li>
      <li>Include input features completely within the selection
        features<br>
      </li>
    </ul>
    Which can be combined in a binary OR manner.<br>
    <br>
    <br>
    What about exposing each existing geometry operators supported by
    QgsGeometry class :<br>
    <ul>
      <li>intersect</li>
      <li>contains</li>
      <li>disjoin</li>
      <li>equals</li>
      <li>touch</li>
      <li>overlap</li>
      <li>within</li>
      <li>crosses</li>
    </ul>
    <br>
    Arnaud<br>
  </body>
</html>