Skip to main content
A newer version of this page is available.

Ellipsoid.CreateBySemimajorAndInverseFlattering(Double, Double, String) Method

Initializes an instance of Ellipsoid class using a semimajor axis and inverse flattering values.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public static Ellipsoid CreateBySemimajorAndInverseFlattering(
    double semimajor,
    double inverseFlattering,
    string name
)

Parameters

Name Type Description
semimajor Double

A Double object specifying a semimajor axis value.

inverseFlattering Double

A Double object specifying an inverse flattering value.

name String

A String object specifying the name of an ellipsoid.

Returns

Type Description
Ellipsoid

An Ellipsoid object.

See Also