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

CoordinateSystemDataAdapterBase Class

The base class for adapters, whose data should be interpreted by the coordinate system.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public abstract class CoordinateSystemDataAdapterBase :
    MapDataAdapterBase

Remarks

This class introduces the CoordinateSystemDataAdapterBase.SourceCoordinateSystem property that allows specifying the coordinate system, which stores data.

See Also