| Class | Description | 
|---|---|
| IntersectionAlgorithm | 
 Intersection algorithm
 
 Pol-Pol: 3 layers (polygon, point, line)
 Pol-Line: 2 layers (point, line)
 Pol-Point: 1 layer (point)
 Line-Point: 1 layer (point)
 Line-Line: 2 layers (point, line)
 Point-Point: 1 layer (point)
  
 | 
| IntersectionLibrary | 
 Initialization of IntersectionLibrary library. 
 | 
| IntersectionOperation | 
 Builds a geometry with the intersection between two layers 
 |