ClassSqlGeospatialDataReader
Represents the SqlGeospatialDataReader class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class SqlGeospatialDataReader : MapShapeReaderBase
Inheritance: objectMapShapeReaderBaseSqlGeospatialDataReader
Inherited Members
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
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
Read(IEnumerable, string)
Reads shapes from the IEnumerable instance.
Declaration
public void Read(IEnumerable itemsSource, string geospatialPropertyName)
Parameters
itemsSource
The IEnumerable instance.
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
itemsSource
The IEnumerable instance.
geospatialPropertyName
The Name of property which contains geospatial data.
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
userState
A user-defined object that is passed to the method invoked when the asynchronous operation completes.