Class SqlGeospatialDataReader
Represents the SqlGeospatialDataReader class.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class SqlGeospatialDataReader : MapShapeReaderBase
Constructors
SqlGeospatialDataReader()
Initializes a new instance of the SqlGeospatialDataReader class.
Declaration
public SqlGeospatialDataReader()
Fields
GeospatialPropertyNameProperty
Identifies the GeospatialPropertyNameProperty dependency property.
Declaration
public static readonly DependencyProperty GeospatialPropertyNameProperty
Field Value
System.Windows.DependencyProperty
|
SourceProperty
Identifies the ItemsSource dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GeospatialPropertyName
Gets or sets the name of the geospatial data field.
Declaration
public string GeospatialPropertyName { get; set; }
Property Value
System.String
|
Source
Gets or sets the IEnumerable instance.
Declaration
public IEnumerable Source { get; set; }
Property Value
System.Collections.IEnumerable
|
Methods
Read()
Reads shapes.
Declaration
public void Read()
Read(IEnumerable, String)
Reads shapes from the IEnumerable instance.
Declaration
public void Read(IEnumerable itemsSource, string geospatialPropertyName)
Parameters
System.Collections.IEnumerable
itemsSource
The IEnumerable instance. |
System.String
geospatialPropertyName
The Name of property which contains geospatial data. |
Read(IEnumerable, String, Object)
Reads shapes from the IEnumerable instance.
Declaration
public void Read(IEnumerable itemsSource, string geospatialPropertyName, object userState)
Parameters
System.Collections.IEnumerable
itemsSource
The IEnumerable instance. |
System.String
geospatialPropertyName
The Name of property which contains geospatial data. |
System.Object
userState
A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
Read(Object)
Reads shapes.
Declaration
public void Read(object userState)
Parameters
System.Object
userState
A user-defined object that is passed to the method invoked when the asynchronous operation completes. |