Skip to main content

Ellipsoid(Double, Double, String) Constructor

Initializes a new instance of the Ellipsoid class with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public Ellipsoid(
    double semimajorAxis,
    double inverseFlattening,
    string name
)

Parameters

Name Type Description
semimajorAxis Double

A Double object specifying the semimajor axis value of an ellipsoid.

inverseFlattening Double

A Double object specifying the inverse flattering of an ellipsoid.

name String

A String object specifying the name of ellipsoid.

See Also