Hello,
I have an existing ArcObjects .NET stand alone application that I am converting to ArcGIS Runtime .NET. In the ArcObjects application, I utilized many AO Geometry Engine methods such as QueryPointAndDistance, QueryNormal, GetSubcurve and other methods which do not exist in the Runtime GeometryEngine. A few questions related to this issue:
1. Is there a native Runtime methodology to produce the same results as the methods listed above?
2. If no to # 1, are there any plans to implement additional Runtime Geometry Engine methods such as those listed above?
3. If no to # 2, since the ArcGIS Core GeometryEngine contains the needed functions and the dll can be referenced in stand alone applications, does a methodology exist to convert Runtime Geometry objects to ArcGIS Core Geometry objects so that we can make use of the Core GeometryEngine functions?
Thanks in advance,
Rodney