Select to view content in your preferred language

Geometry Polygon incomplete on FindTask Result for ArcGIS Server Services 10.0

1155
2
Jump to solution
10-26-2012 09:50 AM
Miguel_AngelResendiz
New Contributor
Hi

I'm upgrade my web app and ArcGIS services from Silverlight API 2.4 to 3.0 and ArcGIS Server 9.3 to 10.0.
But on my FindTask tool, result the for Findresult.feature.geometry polygon gets correctly when Map service is on ArcGIS Server 9.3, but the same service publish from the ArcGIS Server 10, FindTask gets incomplete geometry polygons(only 6 or less vertices on rings), I save MXD on same version for each server version.

On the attach documents ca you see the diference on geometry rings when i get results from AGS 9.3 service and AGS 10 service.

Thanks for your help.

Atte. Miguel Angel Resendiz Franco
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
Strange!

The only reason I can see is that you set the MaxAllowableOffset property which reduces the number of vertices returned.

As that option is not supported by ArcGIS server 9, it could explain the difference. But is it your case?

View solution in original post

0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Strange!

The only reason I can see is that you set the MaxAllowableOffset property which reduces the number of vertices returned.

As that option is not supported by ArcGIS server 9, it could explain the difference. But is it your case?
0 Kudos
Miguel_AngelResendiz
New Contributor
Hi.

Thanks for your reply. I restarted and reviewed all services on AGS 10. After that review i tried run again find task on both Servers and this rare behavior has gone. Anyway thaks again and this is a another .NET mystery .

Best Regards
0 Kudos