Ejemplo n.º 1
0
 public override IPoint FromGeodetic(IPoint point)
 {
     return(MapProjects.GeodeticToCylindricalEqualArea(point, this._ellipsoid));
 }
Ejemplo n.º 2
0
 public static SqlGeometry GeodeticToCylindricalEqualArea(this SqlGeography geometry)
 {
     return(Project(geometry, point => MapProjects.GeodeticToCylindricalEqualArea <Point>(point, IRI.Msh.CoordinateSystem.Ellipsoids.WGS84)));
 }