New to Telerik UI for WPFStart a free 30-day trial

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 AsyncFileReaderBase.BaseAddressPropertyAsyncFileReaderBase.SourcePropertyAsyncFileReaderBase.SourceCollectionPropertyAsyncFileReaderBase.SourceCollectionBaseZIndexPropertyAsyncFileReaderBase.SourceCollectionUseZIndexPropertyAsyncFileReaderBase.StreamSourcePropertyAsyncFileReaderBase.TimeoutPropertyAsyncFileReaderBase.RequestCacheLevelPropertyAsyncFileReaderBase.OnReaderPropertyChanged(DependencyPropertyChangedEventArgs)AsyncFileReaderBase.BaseAddressAsyncFileReaderBase.SourceAsyncFileReaderBase.SourceCollectionAsyncFileReaderBase.SourceCollectionBaseZIndexAsyncFileReaderBase.SourceCollectionUseZIndexAsyncFileReaderBase.StreamSourceAsyncFileReaderBase.TimeoutAsyncFileReaderBase.RequestCacheLevelAsyncReaderBase.ClearLayerPropertyAsyncReaderBase.ExtendedPropertySetPropertyAsyncReaderBase.ToolTipFormatPropertyAsyncReaderBase.ToolTipTemplatePropertyAsyncReaderBase.ToolTipStylePropertyAsyncReaderBase.CoordinateConverterPropertyAsyncReaderBase.CancelAsync()AsyncReaderBase.CancelAsync(int)AsyncReaderBase.ReaderPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)AsyncReaderBase.CreateInstanceCore()AsyncReaderBase.ClearLayerAsyncReaderBase.LayerAsyncReaderBase.ExtendedPropertySetAsyncReaderBase.ToolTipFormatAsyncReaderBase.ToolTipTemplateAsyncReaderBase.ToolTipStyleAsyncReaderBase.CoordinateConverterAsyncReaderBase.ReadShapeDataCompletedAsyncReaderBase.PreviewReadShapeDataCompletedAsyncReaderBase.ProgressChangedAsyncReaderBase.PreviewReadShapeData...

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

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.

C#
public override int ReadAsync()
Returns:

int

Overrides: AsyncReaderBase.ReadAsync()

Reads geospatial data using asynchronous mode.

C#
public override int ReadAsync(object userState)
Parameters:userStateobject

A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Returns:

int

Overrides: AsyncReaderBase.ReadAsync(object)