AsyncFileReaderBase
Base class for the asynchronous map shape readers for ESRI shape-file and KML.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public abstract class AsyncFileReaderBase : AsyncReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncFileReaderBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the AsyncFileReaderBase class.
protected AsyncFileReaderBase()
Fields
public static readonly RadProperty BaseAddressProperty
public static readonly RadProperty RequestCacheLevelProperty
public static readonly RadProperty SourceCollectionBaseZIndexProperty
public static readonly RadProperty SourceCollectionProperty
public static readonly RadProperty SourceCollectionUseZIndexProperty
public static readonly RadProperty SourceProperty
public static readonly RadProperty StreamSourceProperty
public static readonly RadProperty TimeoutProperty
Properties
Gets or sets the uri of the base address.
public Uri BaseAddress { get; set; }
Gets or sets the request cache level which is used for downloading data from Uri which is specified in the Source property.
public RequestCacheLevel RequestCacheLevel { get; set; }
Gets or sets the collection of geospatial sources.
public AsyncReaderSourceCollection SourceCollection { get; set; }
Gets or sets the start z-index for reading multiple sources.
public int SourceCollectionBaseZIndex { get; set; }
Gets or sets the flag which allows to use incremental z-index for shapes of each read sources.
public bool SourceCollectionUseZIndex { get; set; }
Gets or sets the stream of geospatial data.
public Stream StreamSource { get; set; }
Methods
Occurs when the properties which are used for loading are changed.
protected override void OnReaderPropertyChanged(RadPropertyChangedEventArgs eventArgs)
Event arguments.
Overrides: