ClassAsyncFileReaderBase
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
AsyncFileReaderBase()
Initializes a new instance of the AsyncFileReaderBase class.
Declaration
protected AsyncFileReaderBase()
Fields
BaseAddressProperty
Declaration
public static readonly RadProperty BaseAddressProperty
Field Value
RequestCacheLevelProperty
Declaration
public static readonly RadProperty RequestCacheLevelProperty
Field Value
SourceCollectionBaseZIndexProperty
Declaration
public static readonly RadProperty SourceCollectionBaseZIndexProperty
Field Value
SourceCollectionProperty
Declaration
public static readonly RadProperty SourceCollectionProperty
Field Value
SourceCollectionUseZIndexProperty
Declaration
public static readonly RadProperty SourceCollectionUseZIndexProperty
Field Value
SourceProperty
Declaration
public static readonly RadProperty SourceProperty
Field Value
StreamSourceProperty
Declaration
public static readonly RadProperty StreamSourceProperty
Field Value
TimeoutProperty
Declaration
public static readonly RadProperty TimeoutProperty
Field Value
Properties
BaseAddress
Gets or sets the uri of the base address.
RequestCacheLevel
Gets or sets the request cache level which is used for downloading data from Uri which is specified in the Source property.
Declaration
public RequestCacheLevel RequestCacheLevel { get; set; }
Property Value
Source
Gets or sets the uri of geospatial file.
SourceCollection
Gets or sets the collection of geospatial sources.
Declaration
public AsyncReaderSourceCollection SourceCollection { get; set; }
Property Value
SourceCollectionBaseZIndex
Gets or sets the start z-index for reading multiple sources.
Declaration
public int SourceCollectionBaseZIndex { get; set; }
Property Value
SourceCollectionUseZIndex
Gets or sets the flag which allows to use incremental z-index for shapes of each read sources.
Declaration
public bool SourceCollectionUseZIndex { get; set; }
Property Value
StreamSource
Gets or sets the stream of geospatial data.
Methods
OnReaderPropertyChanged(RadPropertyChangedEventArgs)
Occurs when the properties which are used for loading are changed.
Declaration
protected override void OnReaderPropertyChanged(RadPropertyChangedEventArgs eventArgs)
Parameters
eventArgs
Event arguments.
Overrides