ClassAsyncShapeFileReader
Class
Represents the asynchronous map shape reader for ESRI shape-file.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class AsyncShapeFileReader : AsyncFileReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncFileReaderBaseAsyncShapeFileReader
Implements:
Inherited Members
Constructors
AsyncShapeFileReader()
Declaration
cs-api-definition
public AsyncShapeFileReader()
Fields
DataSourceProperty
Declaration
cs-api-definition
public static readonly RadProperty DataSourceProperty
Field Value
EncodingProperty
Declaration
cs-api-definition
public static readonly RadProperty EncodingProperty
Field Value
StreamDataSourceProperty
Declaration
cs-api-definition
public static readonly RadProperty StreamDataSourceProperty
Field Value
Properties
DataSource
Gets or sets the uri of the data-file (dbf).
Encoding
Gets or sets the character encoding applied to the reader.
StreamDataSource
Gets or sets the stream of geospatial data.
Methods
ReadAsync()
Reads geospatial data using asynchronous mode.
ReadAsync(object)
Reads geospatial data using asynchronous mode.