Class
AsyncShapeFileReader

Represents the asynchronous map shape reader for ESRI shape-file.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
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

AsyncShapeFileReader()

Declaration

cs-api-definition
public AsyncShapeFileReader()

Fields

DataSourceProperty

Identifies the DataSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DataSourceProperty

Field Value

DependencyProperty

EncodingProperty

Identifies the ClearLayer dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EncodingProperty

Field Value

DependencyProperty

StreamDataSourceProperty

Identifies the DataSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StreamDataSourceProperty

Field Value

DependencyProperty

Properties

DataSource

Gets or sets the uri of the data-file (DBF).

Declaration

cs-api-definition
public Uri DataSource { get; set; }

Property Value

Uri

Encoding

Gets or sets the character encoding applied to the reader.

Declaration

cs-api-definition
public Encoding Encoding { get; set; }

Property Value

Encoding

StreamDataSource

Gets or sets the stream of geospatial data.

Declaration

cs-api-definition
public Stream StreamDataSource { get; set; }

Property Value

Stream

Methods

ReadAsync()

Reads geospatial data using asynchronous mode.

Declaration

cs-api-definition
public override int ReadAsync()

Returns

int

Overrides AsyncReaderBase.ReadAsync()

ReadAsync(object)

Reads geospatial data using asynchronous mode.

Declaration

cs-api-definition
public override int ReadAsync(object userState)

Parameters

userState

object

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

Returns

int

Overrides AsyncReaderBase.ReadAsync(object)