I am using Silverlight API 1.2 and have ArcGIS Server 9.3.1. I want to implement a polygon splitting algorithm on the client side. Since the geometry service of 9.3.1 does not support splitting, is there any algorithm available.
This doesn't look that easy to implement on the client side. I think it would be easier you to write your own service on the server side to do that task. (I guess you can't use the existing cut geometry Service in 10).
Thanks, this means that I'll have to write an arcobjects webservice. I am relatively new to arcobjects but managed to code editing webservices. What objects/interfaces should I look at in ArcObjects?