Ellipsoid.CreateBySemiMajorAxisAndInverseFlattening(Double, Double, String) Method
In This Article
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.2.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. |
inverse |
Double | The inverse flattening value. |
name | String | The name of an ellipsoid. |
#Returns
Type | Description |
---|---|
Ellipsoid | An Ellipsoid object. |
See Also