Class ShapeFileDbfReader
Defines class ShapeFileDBFReader
Inheritance
System.Object
ShapeFileDbfReader
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.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 |
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. |