Skip to main content

Ellipsoid.CreateByTwoAxes(Double, Double, String) Method

Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public static Ellipsoid CreateByTwoAxes(
    double semimajor,
    double semiminor,
    string name
)

Parameters

Name Type Description
semimajor Double

A Double object specifying a semimajor axis value.

semiminor Double

A Double object specifying a semiminor axis value.

name String

A String object specifying the name of an ellipsoid.

Returns

Type Description
Ellipsoid

An Ellipsoid object.

See Also