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

GeoJsonFileDataAdapter.SourceCoordinateSystem Property

Gets or sets a coordinate system for the data adapter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public GeoSourceCoordinateSystem SourceCoordinateSystem { get; set; }

Property Value

Type Description
GeoSourceCoordinateSystem

The Geographical coordinate system.

See Also