Пример #1
0
 public override IPoint ToGeodetic(IPoint point)
 {
     return(MapProjects.CylindricalEqualAreaToGeodetic(point, this._ellipsoid));
 }