Select to view content in your preferred language

Geometry Operation on WPF Client

1048
2
Jump to solution
12-06-2012 04:22 AM
Labels (1)
SergiyShumakov
Deactivated User
Hello,

I'm looking for API that performs operation with geometries.

I've found online geometry service in service directory which seems to do operations that my application requires.

I'm curious whether there is client-side API for performing same geometry related operation (without internet connection).

Thank you for answer in advance.
0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor
Hi,

Yes, you can use a the LocalGeometryService class to provide a Url for the GeometryService task: http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client.Local~ESRI.ArcG....

Cheers

Mike

View solution in original post

0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

Yes, you can use a the LocalGeometryService class to provide a Url for the GeometryService task: http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client.Local~ESRI.ArcG....

Cheers

Mike
0 Kudos
SergiyShumakov
Deactivated User
Thanks for such quick response, I appreciate it.
0 Kudos