Spatial Process Results
In the Spatial Process tool, the exact processing done and the type of object returned depends on both the Action selected and the types of the spatial objects which are input. The tables below list the various input options for each action and the possible results.
Combine Objects
First Object | Second Object | Result |
---|---|---|
Polygon | Polygon | A polygon |
Line | Line | A Poly-Polyline |
Null | Any object | The non-null object |
All other combinations | [Null] and an Invalid Process warning is issued. |
Cut 1st From 2nd
First object | Second object | Result |
---|---|---|
Polygon |
Polygon |
|
Polygon |
Line |
|
Polygon |
Point |
|
Line |
Polygon |
null, and an Invalid Process warning is issued |
Line | Line |
a line consisting of all the segments from the second line that are not segments of the first line.
The portions of one line that follow the same path as the other line geometrically, but contain additional nodes, will not be considered the same, and will not be cut. |
Line | Point |
A line can cross a point without having a vertex there, and the point is not cut. |
Point |
Polygon |
null, and an Invalid Process warning is issued |
Point |
Line |
null, and an Invalid Process warning is issued |
Point |
Point |
|
Null | Any object | The second object |
Anything | Null | Null |
Cut 2nd From 1st
Reverse and see above.
Create Intersection Object
Intersecting a | with a | Result |
---|---|---|
Polygon |
Polygon |
|
Polygon |
Line |
|
Polygon |
Point |
|
Line |
Line |
|
Line |
Point |
A line may cross a point geometrically, but not have a vertex there, and this will not be counted as an intersection. |
Point |
Point |
|
Null | Any object | Null |
Create Inverse Intersection Object
Inverse-intersecting a | with a | Result |
---|---|---|
Polygon | Polygon |
|
Null | Any object | The non-null object |
All other combinations | [Null] and an Invalid Process warning is issued |