Example #1
0
 public override TPoint ToGeodetic <TPoint>(TPoint point)
 {
     return(MapProjects.MercatorToGeodetic(point, this._ellipsoid));
 }