| Label | Explanation | Data Type |
Input Layer | The point, line, or polygon features that will be overlaid with the overlay layer. | Feature Set |
Overlay Layer | The features that will be overlaid with the input layer features. | Feature Set |
Output Name | The name of the output layer that will be created on your portal. | String |
Overlay Type
(Optional) | The type of overlay that will be performed.
| String |
Output Type
(Optional) | The type of intersection that will be returned. This parameter is only valid when the overlay type is intersect.
| String |
Snap To Input (Optional) | Specifies whether feature vertices from the input layer can snap their vertices. The default is unchecked and means if the distance between features is less than the tolerance value, all features from both layers can snap to each other. When checked, only features from the overlay layer can snap to the input layer features.
| Boolean |
Tolerance
(Optional) | A double value of the minimum distance separating all feature coordinates as well as the distance a coordinate can move in the x or y direction (or both). The units of tolerance are the same as the units of the input layer's coordinate system. | Double |
Derived Output
| Label | Explanation | Data Type |
| Output | The features that are the result of the overlay. The type of feature (point, line, or polygon) depends on the input parameter settings. | Feature Set |