Class ShapeFileDBFReader
Inheritance
System.Object
ShapeFileDBFReader
Namespace: Syncfusion.SfMaps.iOS
Assembly: Syncfusion.SfMaps.iOS.dll
Syntax
public class ShapeFileDBFReader : Object
Constructors
ShapeFileDBFReader()
Initializes a new instance of the ShapeFileDBFReader class.
Declaration
public ShapeFileDBFReader()
Properties
DbfData
Gets or sets a value for ShapeFileDbfData
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 | To set the file name |
ReadFromStream(Stream)
Method to read the stream
Declaration
public void ReadFromStream(Stream dbfStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | dbfStream | To set value for stream |