Heya,
In relation to this post I was looking for a method in ArcGIS Runtime to get the best fitting SpatialReference for a given area/envelope.
With "best fitting" I mean the one with the highest accuary and least distortion.
I know about GetTransformation and GetTransformationsBySuitability to get the best transformation for a given envelope (areaOfInterest property) when going from one SpatialReference to another.
I am looking for a similar method to find the best planar SpatialReference for a given envelope/areaOfInterest given my original spatialReference is Wgs84 (angularUnit).
Am I missing here a method? If no... is it possible to program such a method by myself?
Thanks
Soko