Ellipsoid.CreateBySemiMajorAxisAndInverseFlattening(Double, Double, String) Method
Initializes an instance of the Ellipsoid class with the specified semi-major axis and inverse flattening values.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public static Ellipsoid CreateBySemiMajorAxisAndInverseFlattening(
double semimajor,
double inverseFlattening,
string name
)
Parameters
Name | Type | Description |
---|---|---|
semimajor | Double | The semi-major axis value. |
inverseFlattening | Double | The inverse flattening value. |
name | String | The name of an ellipsoid. |
Returns
Type | Description |
---|---|
Ellipsoid | An Ellipsoid object. |
See Also