Select to view content in your preferred language

Split a line feature

1850
3
Jump to solution
07-22-2014 04:16 PM
ShiminCai
Frequent Contributor

Hi,

Is it possible to split a line feature of AGSGraphic or AGSGDBFeature?

Thanks,

Shimin

0 Kudos
1 Solution

Accepted Solutions
DiveshGoyal
Esri Regular Contributor

Yes, you can modify the geometry of that feature using AGSGeometryEngine cutGeometry:withCutter:

View solution in original post

0 Kudos
3 Replies
DiveshGoyal
Esri Regular Contributor

Yes, you can modify the geometry of that feature using AGSGeometryEngine cutGeometry:withCutter:

0 Kudos
ShiminCai
Frequent Contributor

Hi Divesh,

Thanks for your prompt response with the correct answer. Sorry I overlooked the AGSGeometryEngine...

What is the recommended work flow to obtain the AGSPolyline cutter?

Thanks,

Shimin

0 Kudos
ShiminCai
Frequent Contributor

I found the answer in the Geometry sample. Thanks & Cheers, Shimin

0 Kudos