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