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

Ellipsoid Class

This class represents an ellipsoid used to build a projected coordinate system.

Namespace: DevExpress.Xpf.Map

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

Declaration

public class Ellipsoid

Remarks

This class introduces the following properties.

The objects of this class are used by EllipsoidBasedCartesianToGeoConverter class descendants.

Example

<local:MapData FileUri="Shapefiles/Albers/switzerland.shp">
    <local:MapData.CoordinateSystem>
        <dxm:CartesianSourceCoordinateSystem>
            <dxm:CartesianSourceCoordinateSystem.CoordinateConverter>
                <dxm:AlbersEqualAreaConicCartesianToGeoConverter StandardParallelN="60.0" StandardParallelS="20.0"
                                             Ellipsoid="{x:Static dxm:Ellipsoid.GRS80}"
                                             ProjectionCenter="40,-96"/>
            </dxm:CartesianSourceCoordinateSystem.CoordinateConverter>
        </dxm:CartesianSourceCoordinateSystem>
    </local:MapData.CoordinateSystem>
</local:MapData>

Inheritance

Object
Ellipsoid
See Also