ClassAsyncSqlGeospatialDataReader
Class
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:
cs-api-definition
public class AsyncSqlGeospatialDataReader : AsyncReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncSqlGeospatialDataReader
Implements:
Inherited Members
Constructors
AsyncSqlGeospatialDataReader()
Declaration
cs-api-definition
public AsyncSqlGeospatialDataReader()
Fields
GeospatialPropertyNameProperty
Declaration
cs-api-definition
public static readonly RadProperty GeospatialPropertyNameProperty
Field Value
SourceProperty
Declaration
cs-api-definition
public static readonly RadProperty SourceProperty
Field Value
Properties
GeospatialPropertyName
Gets or sets the name of the geospatial data field.
Declaration
cs-api-definition
public string GeospatialPropertyName { get; set; }
Property Value
Source
Gets or sets the IEnumerable instance.
Methods
OnReaderPropertyChanged(RadPropertyChangedEventArgs)
Occurs when the properties which are used for loading are changed.
Declaration
cs-api-definition
protected override void OnReaderPropertyChanged(RadPropertyChangedEventArgs eventArgs)
Parameters
eventArgs
Event arguments.
Overrides
ReadAsync()
Reads geospatial data using asynchronous mode.
ReadAsync(object)
Reads geospatial data using asynchronous mode.