Represents the asynchronous map shape reader for geospatial data in WKB/WKT formats from IEnumerable data source type.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class AsyncSqlGeospatialDataReader : AsyncReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncSqlGeospatialDataReader
Implements:
Inherited Members
Constructors
C#
public AsyncSqlGeospatialDataReader()
Fields
C#
public static readonly RadProperty GeospatialPropertyNameProperty
C#
public static readonly RadProperty 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(RadPropertyChangedEventArgs eventArgs)
Event arguments.
Overrides:
Reads geospatial data using asynchronous mode.