Back to Devexpress

CoordinateSystemDataAdapterBase Class

wpf-devexpress-dot-xpf-dot-map-91db56ca.md

latest2.4 KB
Original Source

CoordinateSystemDataAdapterBase Class

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class CoordinateSystemDataAdapterBase :
    MapDataAdapterBase
vb
Public MustInherit Class CoordinateSystemDataAdapterBase
    Inherits MapDataAdapterBase

Remarks

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

Inheritance

Show 17 items

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapDataAdapterBase CoordinateSystemDataAdapterBase DataSourceAdapterBase

ShapefileDataAdapter

SqlGeometryDataAdapterBase

SvgFileDataAdapter

SqlGeometryItemStorage

PieChartDataAdapter

ListSourceDataAdapter

ChartDataSourceAdapter

BubbleChartDataAdapter

SqlGeometryDataAdapter

See Also

CoordinateSystemDataAdapterBase Members

DevExpress.Xpf.Map Namespace