Class ShapeFileDbfReader
Defines class ShapeFileDBFReader
Inheritance
System.Object
ShapeFileDbfReader
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.UWP.dll
Syntax
public class ShapeFileDbfReader : Object
Constructors
ShapeFileDbfReader()
Initializes a new instance of the DBFReader.ShapeFileDBFReader class.
Declaration
public ShapeFileDbfReader()
Properties
DbfData
Gets the dbf data values of shape file.
Declaration
public ShapeFileDbfData DbfData { get; }
Property Value
| Type |
|---|
| ShapeFileDbfData |
Methods
ReadDbfData(String)
Method that Reads the DBF Data.
Declaration
public void ReadDbfData(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filename | The path to the DBF file to be read. |
Remarks
This method initiates an asynchronous operation to read DBF file contents.
ReadFromStream(Stream)
Read data from the given stream.
Declaration
public void ReadFromStream(Stream dbfStream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | dbfStream | The Dbf stream value. |