Back to Devexpress

GeoJsonFileDataAdapter.SourceCoordinateSystem Property

windowsforms-devexpress-dot-xtramap-dot-geojsonfiledataadapter-bdc9e4f4.md

latest1.4 KB
Original Source

GeoJsonFileDataAdapter.SourceCoordinateSystem Property

Gets or sets a coordinate system for the data adapter.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public GeoSourceCoordinateSystem SourceCoordinateSystem { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property SourceCoordinateSystem As GeoSourceCoordinateSystem

Property Value

TypeDescription
GeoSourceCoordinateSystem

The Geographical coordinate system.

|

See Also

GeoJsonFileDataAdapter Class

GeoJsonFileDataAdapter Members

DevExpress.XtraMap Namespace