Skip to main content
All docs
V25.1
  • Ellipsoid.CreateBySemiMajorAxisAndInverseFlattening(Double, Double) 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
    )

    Parameters

    Name Type Description
    semimajor Double

    The semi-major axis value.

    inverseFlattening Double

    The inverse flattening value.

    Returns

    Type Description
    Ellipsoid

    An Ellipsoid object.

    See Also