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

Represents the asynchronous map shape reader for geospatial data in WKB/WKT formats from IEnumerable data source type.

Definition

Constructors

C#
public AsyncSqlGeospatialDataReader()

Fields

Identifies the GeospatialPropertyNameProperty dependency property.

C#
public static readonly DependencyProperty GeospatialPropertyNameProperty

SourceProperty

DependencyProperty

Identifies the ItemsSource dependency property.

C#
public static readonly DependencyProperty SourceProperty

Properties

Gets or sets the name of the geospatial data field.

C#
public string GeospatialPropertyName { get; set; }

Gets or sets the IEnumerable instance.

C#
public IEnumerable Source { get; set; }

Methods

Occurs when the properties which are used for loading are changed.

C#
protected override void OnReaderPropertyChanged(DependencyPropertyChangedEventArgs eventArgs)
Parameters:eventArgsDependencyPropertyChangedEventArgs

Event arguments.

Overrides: AsyncReaderBase.OnReaderPropertyChanged(DependencyPropertyChangedEventArgs)

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)