ClassShapeFileReaderParameters
Class
Represents the parameters of shape-file reader.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ShapeFileReaderParameters
Inheritance: objectShapeFileReaderParameters
Constructors
ShapeFileReaderParameters()
Declaration
cs-api-definition
public ShapeFileReaderParameters()
Properties
CoordinateConverter
The Coordinate Converter.
Declaration
cs-api-definition
public ICoordinateConverter CoordinateConverter { get; set; }
Property Value
DbfStream
Stream of DBF file.
Encoding
DBF-file encoding.
ExtendedPropertySet
The ExtendedPropertySet for data from DBF file.
Declaration
cs-api-definition
public ExtendedPropertySet ExtendedPropertySet { get; set; }
Property Value
PointDataTemplate
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.
Declaration
cs-api-definition
public DataTemplate PointDataTemplate { get; set; }
Property Value
DataTemplate
ShapeStream
Stream of ESRI shape file.