Hi
A problem with the function GetClosestPointTo
var myShapeIsAArea = f.GetShape();
var myShapeIspoint = fPT.GetShape();
var a_p = myShapeIsAArea .GetClosestPointTo(myShapeIspoint ,GeographyUnit.Meter);
If mySphapeIsAArea contains myShapeIsPoint the result is null ???
If mySphapeIsAArea not contains myShapeIsPoint the result is ok ???
I have the same problem with GetShortestLineTo, GetDistanceTo
Thanks
Regards
Laurent M