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
Initializes a new instance of the SqlGeospatialDataReader class.
public SqlGeospatialDataReader()
Fields
GeospatialPropertyNameProperty
DependencyProperty
Identifies the GeospatialPropertyNameProperty dependency property.
public static readonly DependencyProperty GeospatialPropertyNameProperty
SourceProperty
DependencyProperty
Identifies the ItemsSource dependency property.
public static readonly DependencyProperty SourceProperty
Properties
Gets or sets the name of the geospatial data field.
public string GeospatialPropertyName { get; set; }
Gets or sets the IEnumerable instance.
public IEnumerable Source { get; set; }
Methods
Reads shapes.
public void Read()
Reads shapes from the IEnumerable instance.
public void Read(IEnumerable itemsSource, string geospatialPropertyName, object userState)
The IEnumerable instance.
geospatialPropertyNamestringThe Name of property which contains geospatial data.
userStateobjectA user-defined object that is passed to the method invoked when the asynchronous operation completes.
Reads shapes from the IEnumerable instance.
public void Read(IEnumerable itemsSource, string geospatialPropertyName)
The IEnumerable instance.
geospatialPropertyNamestringThe Name of property which contains geospatial data.
Reads shapes.
public void Read(object userState)
A user-defined object that is passed to the method invoked when the asynchronous operation completes.