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