Class AsyncFileReaderBase
Base class for the asynchronous map shape readers for ESRI shape-file and KML.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class AsyncFileReaderBase : AsyncReaderBase
Constructors
AsyncFileReaderBase()
Initializes a new instance of the AsyncFileReaderBase class.
Declaration
protected AsyncFileReaderBase()
Fields
BaseAddressProperty
Identifies the BaseAddress dependency property.
Declaration
public static readonly DependencyProperty BaseAddressProperty
Field Value
System.Windows.DependencyProperty
|
SourceCollectionBaseZIndexProperty
Identifies the SourceCollectionBaseZIndex dependency property.
Declaration
public static readonly DependencyProperty SourceCollectionBaseZIndexProperty
Field Value
System.Windows.DependencyProperty
|
SourceCollectionProperty
Identifies the SourceCollection dependency property.
Declaration
public static readonly DependencyProperty SourceCollectionProperty
Field Value
System.Windows.DependencyProperty
|
SourceCollectionUseZIndexProperty
Identifies the SourceCollectionZIndex dependency property.
Declaration
public static readonly DependencyProperty SourceCollectionUseZIndexProperty
Field Value
System.Windows.DependencyProperty
|
SourceProperty
Identifies the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
StreamSourceProperty
Identifies the Source dependency property.
Declaration
public static readonly DependencyProperty StreamSourceProperty
Field Value
System.Windows.DependencyProperty
|
TimeoutProperty
Identifies the Timeout dependency property.
Declaration
public static readonly DependencyProperty TimeoutProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BaseAddress
Gets or sets the uri of the base address.
Declaration
public Uri BaseAddress { get; set; }
Property Value
System.Uri
|
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(DependencyPropertyChangedEventArgs)
Occurs when the properties which are used for loading are changed.
Declaration
protected override void OnReaderPropertyChanged(DependencyPropertyChangedEventArgs eventArgs)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
eventArgs
Event arguments. |