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

SourceCoordinateSystem.CoordinateConverter Property

Gets or sets a coordinate converter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public ICoordPointConverter CoordinateConverter { get; set; }

Property Value

Type Default Description
ICoordPointConverter null

An object, implementing the ICoordPointConverter interface.

Remarks

This property should be specified if coordinate systems of a map control and a data adapter are different.

See Also