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
RadProperty
|
SourceCollectionProperty
SourceCollectionUseZIndexProperty
Declaration
public static readonly RadProperty SourceCollectionUseZIndexProperty
Field Value
RadProperty
|
SourceProperty
StreamSourceProperty
TimeoutProperty
Properties
BaseAddress
Gets or sets the uri of the base address.
Declaration
public Uri BaseAddress { get; set; }
Property Value
System.Uri
|
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.Net.Cache.RequestCacheLevel
|
Source
Gets or sets the uri of geospatial file.
Declaration
public Uri Source { get; set; }
Property Value
System.Uri
|
SourceCollection
Gets or sets the collection of geospatial sources.
Declaration
public AsyncReaderSourceCollection SourceCollection { get; set; }
Property Value
AsyncReaderSourceCollection
|
SourceCollectionBaseZIndex
Gets or sets the start z-index for reading multiple sources.
Declaration
public int SourceCollectionBaseZIndex { get; set; }
Property Value
System.Int32
|
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.Boolean
|
StreamSource
Gets or sets the stream of geospatial data.
Declaration
public Stream StreamSource { get; set; }
Property Value
System.IO.Stream
|
Timeout
Gets or sets the timeout which is used for reading of the stream.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
System.TimeSpan
|
Methods
OnReaderPropertyChanged(RadPropertyChangedEventArgs)
Occurs when the properties which are used for loading are changed.
Declaration
protected override void OnReaderPropertyChanged(RadPropertyChangedEventArgs eventArgs)
Parameters
RadPropertyChangedEventArgs
eventArgs
Event arguments. |