Class
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:

cs-api-definition
public abstract class AsyncFileReaderBase : AsyncReaderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor

Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncFileReaderBase

Derived Classes: AsyncKmlReaderAsyncShapeFileReader

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members AsyncReaderBase.ClearLayerPropertyAsyncReaderBase.ExtendedPropertySetPropertyAsyncReaderBase.ToolTipFormatPropertyAsyncReaderBase.CoordinateConverterPropertyAsyncReaderBase.ReadAsync()AsyncReaderBase.ReadAsync(object)AsyncReaderBase.CancelAsync()AsyncReaderBase.CancelAsync(int)AsyncReaderBase.ReaderPropertyChanged(RadObject, RadPropertyChangedEventArgs)AsyncReaderBase.ClearLayerAsyncReaderBase.LayerAsyncReaderBase.ExtendedPropertySetAsyncReaderBase.ToolTipFormatAsyncReaderBase.CoordinateConverterAsyncReaderBase.ReadShapeDataCompletedAsyncReaderBase.PreviewReadShapeDataCompletedAsyncReaderBase.ProgressChangedAsyncReaderBase.PreviewReadShapeDataRadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.DisposeManagedResources()RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

AsyncFileReaderBase()

Initializes a new instance of the AsyncFileReaderBase class.

Declaration

cs-api-definition
protected AsyncFileReaderBase()

Fields

BaseAddressProperty

Declaration

cs-api-definition
public static readonly RadProperty BaseAddressProperty

Field Value

RadProperty

RequestCacheLevelProperty

Declaration

cs-api-definition
public static readonly RadProperty RequestCacheLevelProperty

Field Value

RadProperty

SourceCollectionBaseZIndexProperty

Declaration

cs-api-definition
public static readonly RadProperty SourceCollectionBaseZIndexProperty

Field Value

RadProperty

SourceCollectionProperty

Declaration

cs-api-definition
public static readonly RadProperty SourceCollectionProperty

Field Value

RadProperty

SourceCollectionUseZIndexProperty

Declaration

cs-api-definition
public static readonly RadProperty SourceCollectionUseZIndexProperty

Field Value

RadProperty

SourceProperty

Declaration

cs-api-definition
public static readonly RadProperty SourceProperty

Field Value

RadProperty

StreamSourceProperty

Declaration

cs-api-definition
public static readonly RadProperty StreamSourceProperty

Field Value

RadProperty

TimeoutProperty

Declaration

cs-api-definition
public static readonly RadProperty TimeoutProperty

Field Value

RadProperty

Properties

BaseAddress

Gets or sets the uri of the base address.

Declaration

cs-api-definition
public Uri BaseAddress { get; set; }

Property Value

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

cs-api-definition
public RequestCacheLevel RequestCacheLevel { get; set; }

Property Value

RequestCacheLevel

Source

Gets or sets the uri of geospatial file.

Declaration

cs-api-definition
public Uri Source { get; set; }

Property Value

Uri

SourceCollection

Gets or sets the collection of geospatial sources.

Declaration

cs-api-definition
public AsyncReaderSourceCollection SourceCollection { get; set; }

Property Value

AsyncReaderSourceCollection

SourceCollectionBaseZIndex

Gets or sets the start z-index for reading multiple sources.

Declaration

cs-api-definition
public int SourceCollectionBaseZIndex { get; set; }

Property Value

int

SourceCollectionUseZIndex

Gets or sets the flag which allows to use incremental z-index for shapes of each read sources.

Declaration

cs-api-definition
public bool SourceCollectionUseZIndex { get; set; }

Property Value

bool

StreamSource

Gets or sets the stream of geospatial data.

Declaration

cs-api-definition
public Stream StreamSource { get; set; }

Property Value

Stream

Timeout

Gets or sets the timeout which is used for reading of the stream.

Declaration

cs-api-definition
public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

Methods

OnReaderPropertyChanged(RadPropertyChangedEventArgs)

Occurs when the properties which are used for loading are changed.

Declaration

cs-api-definition
protected override void OnReaderPropertyChanged(RadPropertyChangedEventArgs eventArgs)

Parameters

eventArgs

RadPropertyChangedEventArgs

Event arguments.

Overrides AsyncReaderBase.OnReaderPropertyChanged(RadPropertyChangedEventArgs)