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 to create on your portal. | String |
Overlay Type
(Optional) | The type of overlay to be performed.
| String |
Output Type
(Optional) | The type of intersection you want to find. This parameter is only valid when the overlay type is Intersect.
| String |
Snap To Input (Optional) | Specifies if feature vertices in the input layer are allowed to move. The default is unchecked and means if the distance between features is less than the tolerance value, all features from both layers can move to allow snapping to each other. When checked, only features in overlay layer can move to 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 X or Y (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 |