Class AsyncShapeFileReader
Represents the asynchronous map shape reader for ESRI shape-file.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class AsyncShapeFileReader : AsyncFileReaderBase
Constructors
AsyncShapeFileReader()
Declaration
public AsyncShapeFileReader()
Fields
DataSourceProperty
Identifies the DataSource dependency property.
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
System.Windows.DependencyProperty
|
EncodingProperty
Identifies the ClearLayer dependency property.
Declaration
public static readonly DependencyProperty EncodingProperty
Field Value
System.Windows.DependencyProperty
|
StreamDataSourceProperty
Identifies the DataSource dependency property.
Declaration
public static readonly DependencyProperty StreamDataSourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataSource
Gets or sets the uri of the data-file (DBF).
Declaration
public Uri DataSource { get; set; }
Property Value
System.Uri
|
Encoding
Gets or sets the character encoding applied to the reader.
Declaration
public Encoding Encoding { get; set; }
Property Value
System.Text.Encoding
|
StreamDataSource
Gets or sets the stream of geospatial data.
Declaration
public Stream StreamDataSource { get; set; }
Property Value
System.IO.Stream
|
Methods
ReadAsync()
Reads geospatial data using asynchronous mode.
Declaration
public override int ReadAsync()
Returns
System.Int32
|
Overrides
ReadAsync(Object)
Reads geospatial data using asynchronous mode.
Declaration
public override int ReadAsync(object userState)
Parameters
System.Object
userState
A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
Returns
System.Int32
|