Select to view content in your preferred language

Distance of a polyline in a polygon issue

475
1
05-31-2012 09:18 AM
JaredReid1
Emerging Contributor
I'm currently trying to find the distance of mulitple polylines(rivers) in multiple polygons(counties)

Tried this and failed.  *ArcToolbox - Analysis Tools - Extract - Clip.  That process returned a unclipped shapefile.
Tried this and failed.  *HawthsTools Sum Line Lengths in Polygons.  I get the following error: LinesInPolys:K -2147216814 The geometry property of the spatial filter is invalid.

Note.  I have Arcmap v. 9.3
My coordinate system is = NAD_1983 as is my polyline and polygon layer.
I have also run the check geometry tool and everything checks out.

Anyone have an idea of what I could be missing? Or know of any work arounds?
Tags (2)
0 Kudos
1 Reply
JohnSobetzer
Honored Contributor
The clip probably failed since it would use the entire extent of the clipping dataset.  As to why Hawth's tools failed I can't say but if you go to the help you will see some of the limits on naming.  If you can't get that to work you could try one of the ArcGIS analysis overlay tools, the availability of which hinge on your license level but the Intersect tool should be in all of them.  Be sure to recalculate lengths afterwards if you are using shapefiles.  You may need to export the results to an pivot table,  use ArcGIS's summarize, or use other means as part of your analysis but the splitting and attributing will be done in the overlay.
0 Kudos