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

WmsDataProvider.SetCoordinateConverter(IWmsPointConverter) Method

Specifies the coordinate converter object.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public void SetCoordinateConverter(
    IWmsPointConverter converter
)

Parameters

Name Type Description
converter IWmsPointConverter

A IWmsPointConverter object.

See Also