wpf-devexpress-dot-xpf-dot-map-1b6d8ffd.md
This class represents an ellipsoid used to build a projected coordinate system.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class Ellipsoid
Public Class Ellipsoid
The following members return Ellipsoid objects:
Show 20 links
This class introduces the following properties.
The objects of this class are used by EllipsoidBasedCartesianToGeoConverter class descendants.
<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>
Object Ellipsoid
See Also