Class ShapeFileReader
Class ShapeFileReader
Inheritance
System.Object
ShapeFileReader
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ShapeFileReader : Object
Constructors
ShapeFileReader()
Constrctor
Declaration
public ShapeFileReader()
ShapeFileReader(String)
ShapeFileReader
Declaration
public ShapeFileReader(string shapefilename)
Parameters
Type | Name | Description |
---|---|---|
System.String | shapefilename |
Properties
Header
Header property determines the header value
Declaration
public ShapeFileHeader Header { get; }
Property Value
Type |
---|
ShapeFileHeader |
Records
Records stores the list of shapefile values
Declaration
public List<ShapeFileRecord> Records { get; }
Property Value
Type |
---|
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 |
ReadShapeFile()
Reads the data from ReadShapeFile
Declaration
public void ReadShapeFile()
Events
ShapeFileDownloaded
ProgressChangedEventHandler
Declaration
public event ProgressChangedEventHandler ShapeFileDownloaded
Event Type
Type |
---|
System.ComponentModel.ProgressChangedEventHandler |