Class SFShapeFileReader
Inheritance
System.Object
SFShapeFileReader
Namespace: Syncfusion.SfMaps.iOS
Assembly: Syncfusion.SfMaps.iOS.dll
Syntax
public class SFShapeFileReader : Object
Constructors
SFShapeFileReader()
Initializes a new instance of the SFShapeFileReader class.
Declaration
public SFShapeFileReader()
SFShapeFileReader(String)
Initializes a new instance of the SFShapeFileReader class.
Declaration
public SFShapeFileReader(string shapefilename)
Parameters
Type | Name | Description |
---|---|---|
System.String | shapefilename | To set the shape file name |
Properties
BoundingBox
Gets or sets a value for bounding box
Declaration
public BoundingBox BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
BoundingBox |
Header
Header property determines the header value
Declaration
public ShapeFileHeader Header { get; }
Property Value
Type | Description |
---|---|
ShapeFileHeader |
Records
Records stores the list of shapefile values
Declaration
public List<ShapeFileRecord> Records { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ShapeFileRecord> |
Methods
ReadFromStream(Stream)
Reads data from stream
Declaration
public void ReadFromStream(Stream fs)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | fs | To set stream |
ReadShapeFile()
Reads the data from ReadShapeFile
Declaration
public void ReadShapeFile()
Events
ShapeFileDownloaded
Progress Changed Event Handler
Declaration
public event ProgressChangedEventHandler ShapeFileDownloaded
Event Type
Type | Description |
---|---|
System.ComponentModel.ProgressChangedEventHandler |