skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class AsyncFileReaderBase

Base class for the asynchronous map shape readers for ESRI shape-file and KML.

Inheritance
System.Object
AsyncReaderBase
AsyncFileReaderBase
AsyncKmlReader
AsyncShapeFileReader
Inherited Members
AsyncReaderBase.ClearLayerProperty
AsyncReaderBase.ExtendedPropertySetProperty
AsyncReaderBase.ToolTipFormatProperty
AsyncReaderBase.ToolTipTemplateProperty
AsyncReaderBase.ToolTipStyleProperty
AsyncReaderBase.CoordinateConverterProperty
AsyncReaderBase.ReadAsync()
AsyncReaderBase.ReadAsync(Object)
AsyncReaderBase.CancelAsync()
AsyncReaderBase.CancelAsync(Int32)
AsyncReaderBase.ReaderPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
AsyncReaderBase.CreateInstanceCore()
AsyncReaderBase.ClearLayer
AsyncReaderBase.Layer
AsyncReaderBase.ExtendedPropertySet
AsyncReaderBase.ToolTipFormat
AsyncReaderBase.ToolTipTemplate
AsyncReaderBase.ToolTipStyle
AsyncReaderBase.CoordinateConverter
AsyncReaderBase.ReadShapeDataCompleted
AsyncReaderBase.PreviewReadShapeDataCompleted
AsyncReaderBase.ProgressChanged
AsyncReaderBase.PreviewReadShapeData
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

RequestCacheLevelProperty

Identifies the RequestCacheLevel dependency property.

Declaration
public static readonly DependencyProperty RequestCacheLevelProperty
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

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(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.

Overrides
AsyncReaderBase.OnReaderPropertyChanged(DependencyPropertyChangedEventArgs)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.