Identity

The Identity is a spatial operation and it needs two layers. This operation creates a new layer composed of the difference and the intersection between geometries of the two layers (A and B)

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

The attributes of the resulting layer 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. Overlay Layer (B) : select other layer to compute the difference and the intersection and generate new geometries.
  3. Output Layer:  inform the repository by clicking on:
  4. Click OK to perform the operation or Cancel to close the interface.