Class AsyncFileReaderBase
Base class for the asynchronous map shape readers for ESRI shape-file and KML.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public abstract class AsyncFileReaderBase : AsyncReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
AsyncFileReaderBase()
Initializes a new instance of the AsyncFileReaderBase class.
Declaration
protected AsyncFileReaderBase()
Fields
BaseAddressProperty
RequestCacheLevelProperty
SourceCollectionBaseZIndexProperty
Declaration
public static readonly RadProperty SourceCollectionBaseZIndexProperty
Field Value
SourceCollectionProperty
SourceCollectionUseZIndexProperty
Declaration
public static readonly RadProperty SourceCollectionUseZIndexProperty
Field Value
SourceProperty
StreamSourceProperty
TimeoutProperty
Properties
BaseAddress
Gets or sets the uri of the base address.
Declaration
public Uri BaseAddress { get; set; }
Property Value
System.
|
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
System.
|
Source
Gets or sets the uri of geospatial file.
Declaration
public Uri Source { get; set; }
Property Value
System.
|
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
System.
|
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
System.
|
StreamSource
Gets or sets the stream of geospatial data.
Declaration
public Stream StreamSource { get; set; }
Property Value
System.
|
Timeout
Gets or sets the timeout which is used for reading of the stream.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
System.
|
Methods
OnReaderPropertyChanged(RadPropertyChangedEventArgs)
Occurs when the properties which are used for loading are changed.
Declaration
protected override void OnReaderPropertyChanged(RadPropertyChangedEventArgs eventArgs)
Parameters
Rad Event arguments. |