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.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.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