AsyncShapeFileReader
Class
Represents the asynchronous map shape reader for ESRI shape-file.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class AsyncShapeFileReader : AsyncFileReaderBase
Inheritance: objectAsyncReaderBaseAsyncFileReaderBaseAsyncShapeFileReader
Inherited Members
Constructors
C#
public AsyncShapeFileReader()
Fields
DataSourceProperty
DependencyProperty
Identifies the DataSource dependency property.
C#
public static readonly DependencyProperty DataSourceProperty
EncodingProperty
DependencyProperty
Identifies the ClearLayer dependency property.
C#
public static readonly DependencyProperty EncodingProperty
StreamDataSourceProperty
DependencyProperty
Identifies the DataSource dependency property.
C#
public static readonly DependencyProperty StreamDataSourceProperty
Properties
DataSource
Uri
Gets or sets the uri of the data-file (DBF).
C#
public Uri DataSource { get; set; }
Gets or sets the character encoding applied to the reader.
C#
public Encoding Encoding { get; set; }
Gets or sets the stream of geospatial data.
C#
public Stream StreamDataSource { get; set; }
Methods
Reads geospatial data using asynchronous mode.