Select to view content in your preferred language

Split Line at Point

4422
4
03-08-2015 10:09 PM
kapildev
Occasional Contributor

Hi ,

I have two feature class's. first line and second one is Point.

i want to split line at point in SDE Database. i used to split line at point tool but they gives output. But i don't want any output because now i am working in Database. So please give me suggestion to do this activity.

Now i am working in Arc Gis 10.2.2

Thanks & Regards

Kapil

0 Kudos
4 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Kapil,

You can do this manually using the Split tool on the editor toolbar.

kapildev
Occasional Contributor

Hi Jake,

Thanks for suggestion but i have lots of data to split line at point. so i don't do this manually because they take's lots of time.

0 Kudos
DarrenWiens2
MVP Honored Contributor

If you're dead set against creating output, you could use arcpy geometry and a fair bit of other python to achieve this.

WesMiller
Deactivated User

You may have already found a work around.

  1. Split line at point to create output feature class
  2. Use delete rows on original feature class
  3. Use append tool to move data from output feature class to original feature class