Template:Clip Tool: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(Created page with "__NOINDEX__ __NOTOC__ ==Clip== The Clip tool is uses boundary polygon(s) to limit the number of arcs, nodes, and points in a coverage to those within the bounds of the polygon. ===Input Parameters=== *''Input vector file:'' – Vector file, usually a coverage, containing the arcs, nodes, and points needing to be limited. *''Input clip polygon vector file:'' – The coverage containing the polygons to limit by. ===Output Parameters=== *''Output vector file:''...") |
No edit summary |
||
Line 3: | Line 3: | ||
==Clip== | ==Clip== | ||
The Clip tool | The Clip tool uses boundary polygon(s) from a single coverage to limit the number of arcs, nodes, and points to those within the bounds of the polygon(s). | ||
===Input Parameters=== | ===Input Parameters=== | ||
*''Input vector file:'' – | *''Input vector file:'' – A coverage containing the arcs, nodes, and points needing to be limited. | ||
*''Input clip polygon vector file:'' – The coverage containing the polygons to limit by. | *''Input clip polygon vector file:'' – The coverage containing the polygons to limit by. | ||
===Output Parameters=== | ===Output Parameters=== | ||
Line 18: | Line 16: | ||
====Related Links==== | ====Related Links==== | ||
*[https://www.whiteboxgeo.com/manual/wbt_book/available_tools/gis_analysis_overlay_tools.html#Clip Clip] Whitebox Documentation |
Revision as of 19:39, 24 October 2024
Clip
The Clip tool uses boundary polygon(s) from a single coverage to limit the number of arcs, nodes, and points to those within the bounds of the polygon(s).
Input Parameters
- Input vector file: – A coverage containing the arcs, nodes, and points needing to be limited.
- Input clip polygon vector file: – The coverage containing the polygons to limit by.
Output Parameters
- Output vector file: – Creates a new coverage containing the newly clipped arcs, nodes, and points.
Toolbox Location
Coverages/Clip
Related Links
- Clip Whitebox Documentation