GpxFileDataAdapter.SourceCoordinateSystem Property
Gets or sets a coordinate system for the data adapter.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public GeoSourceCoordinateSystem SourceCoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
GeoSourceCoordinateSystem | The Geographical coordinate system. |
See Also