Back to Devexpress

FileDataAdapterBase Class

windowsforms-devexpress-dot-xtramap-a3d916da.md

latest1.8 KB
Original Source

FileDataAdapterBase Class

The base class for data adapters that can load data from a file.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public abstract class FileDataAdapterBase :
    OuterDataAdapterBase
vb
Public MustInherit Class FileDataAdapterBase
    Inherits OuterDataAdapterBase

Remarks

This class introduces the FileDataAdapterBase.FileUri property, which specifies the path to the file.

Implements

IMapDataAdapter

Inheritance

Show 11 items

Object MapDisposableObject MapDataAdapterBase CoordinateSystemDataAdapterBase DevExpress.XtraMap.OuterDataAdapterBase FileDataAdapterBase GeoJsonFileDataAdapter

GpxFileDataAdapter

KmlFileDataAdapter

ShapefileDataAdapter

SvgFileDataAdapter

See Also

FileDataAdapterBase Members

DevExpress.XtraMap Namespace