AsyncShapeFileReader
Class
Represents the asynchronous map shape reader for ESRI shape-file.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class AsyncShapeFileReader : AsyncFileReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncFileReaderBaseAsyncShapeFileReader...
Implements:
Inherited Members
Constructors
C#
public AsyncShapeFileReader()
Fields
C#
public static readonly RadProperty DataSourceProperty
C#
public static readonly RadProperty EncodingProperty
C#
public static readonly RadProperty StreamDataSourceProperty
Properties
Gets or sets the uri of the data-file (dbf).
C#
public Uri DataSource { get; set; }
Gets or sets the character encoding applied to the reader.
C#
public Encoding Encoding { get; set; }
Gets or sets the stream of geospatial data.
C#
public Stream StreamDataSource { get; set; }
Methods
Reads geospatial data using asynchronous mode.