Back to Devexpress

Ellipsoid.WGS84 Property

wpf-devexpress-dot-xpf-dot-map-dot-ellipsoid-dot-wgs84.md

latest2.1 KB
Original Source

Ellipsoid.WGS84 Property

Returns the WGS 84 ellipsoid.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public static Ellipsoid WGS84 { get; }
vb
Public Shared ReadOnly Property WGS84 As Ellipsoid

Property Value

TypeDescription
Ellipsoid

An Ellipsoid object.

|

Remarks

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

xml
<dxm:CartesianSourceCoordinateSystem.CoordinateConverter>
    <dxm:TransverseMercatorCartesianToGeoConverter Ellipsoid="{x:Static dxm:Ellipsoid.WGS84}"
                                               ProjectionCenter="0,33" ScaleFactor="0.9996"

See Also

Ellipsoid Class

Ellipsoid Members

DevExpress.Xpf.Map Namespace