ClassAsyncSqlGeospatialDataReader
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:
public class AsyncSqlGeospatialDataReader : AsyncReaderBase
Inheritance: objectAsyncReaderBaseAsyncSqlGeospatialDataReader
Inherited Members
Constructors
AsyncSqlGeospatialDataReader()
Declaration
public AsyncSqlGeospatialDataReader()
Fields
GeospatialPropertyNameProperty
Identifies the GeospatialPropertyNameProperty dependency property.
Declaration
public static readonly DependencyProperty GeospatialPropertyNameProperty
Field Value
DependencyProperty
SourceProperty
Identifies the ItemsSource dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
DependencyProperty
Properties
GeospatialPropertyName
Gets or sets the name of the geospatial data field.
Declaration
public string GeospatialPropertyName { get; set; }
Property Value
Source
Gets or sets the IEnumerable instance.
Methods
OnReaderPropertyChanged(DependencyPropertyChangedEventArgs)
Occurs when the properties which are used for loading are changed.
Declaration
protected override void OnReaderPropertyChanged(DependencyPropertyChangedEventArgs eventArgs)
Parameters
eventArgs
DependencyPropertyChangedEventArgs
Event arguments.
Overrides
ReadAsync()
Reads geospatial data using asynchronous mode.
ReadAsync(object)
Reads geospatial data using asynchronous mode.