Hi Guys,
How do I manipulate with specific linear unit in GeometryEngine.Instance at specific function.
For example. GeometryEngine.Instane.GeodesicArea([input Geometry), the output seem/support to be derived from SpatialReference unit of geometry. For example, If I want to get output with meter, how should I manipulate.
Is that require to reproject with WGS 84 whenever I want to calculate in meter?
Same thing for
GeometryEngine.Instance.GeodesicBuffer, GeometryEngine.Instance.Buffer, => will the distance value derived from spatialreference of the input geometry?
For example. If I want to buffer in kilometer how should I do?
I found some function with the option linear unit in arcgis runtime sdk .net Geodesic Buffer | ArcGIS for Developers
I think, that could be great if these .net libraries are using the common data transfer object dll.