Cut a PolyPolyline from a Polygon
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to cut a polyline from a polygon but I get the following error:
Warning: Spatial Process (30): Invalid Process: Tried to cut a PolyPolyline from a Polygon
Is there a way to cut a polyline with a polygon?
Thanks,
Gil
- Labels:
- Spatial Analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As far as I know, Polygon cannot be cut from Polyline, but I really understand what you want to do.
This is workaround to do this.
Trick here is to convert Polyline objects into Polygon by buffer tool, and use it as a cutting object. We have to compromise about "buffered" areas are missed in the result object.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you describe a little further what your expected output looks like? Or include a screenshot of your workflow? If you want the Polyline that is within a Polygon, then using the Intersect option is what you are looking for. Otherwise more information would be helpful.
