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