Represents the asynchronous map shape reader for geospatial data in WKB/WKT formats from IEnumerable data source type.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class AsyncSqlGeospatialDataReader : AsyncReaderBase
Inheritance: objectAsyncReaderBaseAsyncSqlGeospatialDataReader
Inherited Members
Constructors
C#
public AsyncSqlGeospatialDataReader()
Fields
GeospatialPropertyNameProperty
DependencyProperty
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)
Event arguments.
Overrides:
Reads geospatial data using asynchronous mode.