Select to view content in your preferred language

Calculate distance between MapPoints Arcgis 10.2.2

1972
2
Jump to solution
04-25-2014 12:49 AM
Labels (1)
EugenReiswich
Emerging Contributor
Hi, I need to calculate the distance between two MapPoints in say km with ArcGis 10.2.2 for WPF. The examples I've found on google suggest to use a LocalGeometryService. However, I couldn't find this service in Argcis 10.2.2 WPF Beta. Has this service been replaced?

Regards,
Eugen
0 Kudos
1 Solution

Accepted Solutions
AnttiKajanus1
Deactivated User
Can you specify what SDK you are using? If you are talking about new ArcGIS Runtime for .NET SDK that is in BETA at the moment, we have replaced GeometryService with GeometryEngine.

View solution in original post

0 Kudos
2 Replies
AnttiKajanus1
Deactivated User
Can you specify what SDK you are using? If you are talking about new ArcGIS Runtime for .NET SDK that is in BETA at the moment, we have replaced GeometryService with GeometryEngine.
0 Kudos
EugenReiswich
Emerging Contributor
Thanks, that was the answer I was looking for. Found already the appropriate example in the Arcgis 10.2.2 WPF example application.
0 Kudos