Represents the parameters of shape-file reader.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ShapeFileReaderParameters
Inheritance: objectShapeFileReaderParameters
Constructors
C#
public ShapeFileReaderParameters()
Properties
The Coordinate Converter.
C#
public ICoordinateConverter CoordinateConverter { get; set; }
The ExtendedPropertySet for data from DBF file.
C#
public ExtendedPropertySet ExtendedPropertySet { get; set; }
PointDataTemplate
DataTemplate
Content template for the point (reader uses the MapContentControl to represent a point). You can bind elements in the template to extended properties using ExtendedDataConverter and Data property of the ExtendedData object.
C#
public DataTemplate PointDataTemplate { get; set; }
Stream of ESRI shape file.
C#
public Stream ShapeStream { get; set; }