Class ShapeFileReaderParameters
Represents the parameters of shape-file reader.
Inheritance
System.Object
ShapeFileReaderParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class ShapeFileReaderParameters
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
|
ShapeStream
Stream of ESRI shape file.
Declaration
public Stream ShapeStream { get; set; }
Property Value
System.IO.Stream
|