Skip to main content

CoordinateSystemDataAdapterBase Class

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

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