Hi,
Is it possible to split a line feature of AGSGraphic or AGSGDBFeature?
Thanks,
Shimin
Solved! Go to Solution.
Yes, you can modify the geometry of that feature using AGSGeometryEngine cutGeometry:withCutter:
Yes, you can modify the geometry of that feature using AGSGeometryEngine cutGeometry:withCutter:
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
I found the answer in the Geometry sample. Thanks & Cheers, Shimin