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.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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