Skip to main content

GeoSourceCoordinateSystem Class

This class allows use of the Geographical coordinate system for the data adapter.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public class GeoSourceCoordinateSystem :
    SourceCoordinateSystem

Remarks

An object of the GeoSourceCoordinateSystem class can be assigned to the CoordinateSystemDataAdapterBase.SourceCoordinateSystem property.

See Also