wpf-devexpress-dot-xpf-dot-map-dot-ellipsoid-dot-wgs84.md
Returns the WGS 84 ellipsoid.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public static Ellipsoid WGS84 { get; }
Public Shared ReadOnly Property WGS84 As Ellipsoid
| Type | Description |
|---|---|
| Ellipsoid |
An Ellipsoid object.
|
For more information, refer to the Earth ellipsoid topic.
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WGS84 property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
map-wpf-manually-load-a-cartesian-map-shapefile/CS/BuildInCoordinateConverters/MainWindow.xaml#L63
<dxm:CartesianSourceCoordinateSystem.CoordinateConverter>
<dxm:TransverseMercatorCartesianToGeoConverter Ellipsoid="{x:Static dxm:Ellipsoid.WGS84}"
ProjectionCenter="0,33" ScaleFactor="0.9996"
See Also