Identity

This operation computes the difference and the intersection between the objects of two vector layers (A and B).

The result will contain all geometries generated by the DIFFERENCE (A - B) and the geometries generated by the INTERSECTION (A Intersection B).

The attributes of the result will have at least an ID, and a GEOMETRY. Besides that, other attributes from A and B can be chosen to compose the new layer. In this case, the geometries generated by the DIFFERENCE will have values only for the attributes from A, and the geometries generated by the INTERSECTION will have values for all attributes (A and B). 

It is accessed through:

Processing > Vector Processing > Identity...

  1. Input Layer (A) : select one layer to use as reference.
  2. Intersection Layer (B) : select other layer to process the difference and the intersection and generate new geometries.
  3. Additional Attributes from A and B: : Optionally select attributes from A and B to be added to the new layer.
  4. Output:  inform the repository by clicking on:
  5. Click OK to perform the operation or Cancel to close the interface.