Back to Devexpress

CoordinateSystemDataAdapterBase Class

windowsforms-devexpress-dot-xtramap-9f598124.md

latest2.6 KB
Original Source

CoordinateSystemDataAdapterBase Class

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Remarks

This class introduces the CoordinateSystemDataAdapterBase.SourceCoordinateSystem property that specifies the coordinate system that stores data.

Implements

IMapDataAdapter

Inheritance

Show 18 items

Object MapDisposableObject MapDataAdapterBase CoordinateSystemDataAdapterBase DataSourceAdapterBase

BubbleChartDataAdapter

SqlGeometryDataAdapter

ListSourceDataAdapter

ChartDataSourceAdapter

SvgFileDataAdapter

PieChartDataAdapter

KmlFileDataAdapter

FileDataAdapterBase

GeoJsonFileDataAdapter

GpxFileDataAdapter

ShapefileDataAdapter

SqlGeometryDataAdapterBase

SqlGeometryItemStorage

See Also

CoordinateSystemDataAdapterBase Members

DevExpress.XtraMap Namespace