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
DbfStream
Stream of DBF file.
Declaration
public Stream DbfStream { get; set; }
Property Value
System.
|
Encoding
DBF-file encoding.
Declaration
public Encoding Encoding { get; set; }
Property Value
System.
|
ExtendedPropertySet
The ExtendedPropertySet for data from DBF file.
Declaration
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
Extended
Declaration
public DataTemplate PointDataTemplate { get; set; }
Property Value
System.
|
ShapeStream
Stream of ESRI shape file.
Declaration
public Stream ShapeStream { get; set; }
Property Value
System.
|