Represents the parameters of shape-file reader.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.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; }
Stream of ESRI shape file.
C#
public Stream ShapeStream { get; set; }