Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Experience Builder
ArcGIS Dashboards
ArcGIS Spatial Analyst
ArcGIS Field Maps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Public Safety
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
File Geodatabase API
Game Engine Maps SDKs
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Comunidad GEOTEC
Esri Ireland
Europe
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
GIS Life
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Geoprocessing
:
Geoprocessing Questions
:
Splitting Lines usign Polygons
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Splitting Lines usign Polygons
Subscribe
650
3
03-26-2014 08:09 AM
by
SamMcGauley
Emerging Contributor
03-26-2014
08:09 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi I think this is a relativly simple question.
ArcMap v9.2.
I have a lot of line data in a shape file that i need to split by a a number of polygons in another shape file. What is the best way to do this?
What I want to end up with is a list of lines in a shapefile that fall into each of the polygons.
Thanks
Sam
Tags
(3)
Tags:
_geoprocessing
analysis
gp
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
3 Replies
by
SamMcGauley
Emerging Contributor
03-27-2014
01:24 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi Sol,
This doesn't do what i require. Clip just trims the lines by the outermost extent of the polygon.
What I want to do is split the lines where the polygons cross the lines. Whats the right tool?
Thanks
Sam
Reply
0
Kudos
by
WilliamCraft
MVP Regular Contributor
03-27-2014
03:17 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Use the Intersect Geoprocessing tool to achieve what you want. It will discover the intersections between features from the inputs. This can be useful to discover polygon overlap and line intersections (as points or lines).
Reply
1
Kudo
by
SamMcGauley
Emerging Contributor
03-27-2014
03:23 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
I have tried intersect and it works on some of the lines but not all?!
there are still lines that cross polygons that havent been split - why woudl this be?
Reply
0
Kudos
Post Reply