Class
AsyncShapeFileReader

Represents the asynchronous map shape reader for ESRI shape-file.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

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

Inheritance: objectDisposableObjectRadObjectAsyncReaderBaseAsyncFileReaderBaseAsyncShapeFileReader

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members AsyncFileReaderBase.BaseAddressPropertyAsyncFileReaderBase.SourcePropertyAsyncFileReaderBase.SourceCollectionPropertyAsyncFileReaderBase.SourceCollectionBaseZIndexPropertyAsyncFileReaderBase.SourceCollectionUseZIndexPropertyAsyncFileReaderBase.StreamSourcePropertyAsyncFileReaderBase.TimeoutPropertyAsyncFileReaderBase.RequestCacheLevelPropertyAsyncFileReaderBase.OnReaderPropertyChanged(RadPropertyChangedEventArgs)AsyncFileReaderBase.BaseAddressAsyncFileReaderBase.SourceAsyncFileReaderBase.SourceCollectionAsyncFileReaderBase.SourceCollectionBaseZIndexAsyncFileReaderBase.SourceCollectionUseZIndexAsyncFileReaderBase.StreamSourceAsyncFileReaderBase.TimeoutAsyncFileReaderBase.RequestCacheLevelAsyncReaderBase.ClearLayerPropertyAsyncReaderBase.ExtendedPropertySetPropertyAsyncReaderBase.ToolTipFormatPropertyAsyncReaderBase.CoordinateConverterPropertyAsyncReaderBase.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

AsyncShapeFileReader()

Declaration

cs-api-definition
public AsyncShapeFileReader()

Fields

DataSourceProperty

Declaration

cs-api-definition
public static readonly RadProperty DataSourceProperty

Field Value

RadProperty

EncodingProperty

Declaration

cs-api-definition
public static readonly RadProperty EncodingProperty

Field Value

RadProperty

StreamDataSourceProperty

Declaration

cs-api-definition
public static readonly RadProperty StreamDataSourceProperty

Field Value

RadProperty

Properties

DataSource

Gets or sets the uri of the data-file (dbf).

Declaration

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

Property Value

Uri

Encoding

Gets or sets the character encoding applied to the reader.

Declaration

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

Property Value

Encoding

StreamDataSource

Gets or sets the stream of geospatial data.

Declaration

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

Property Value

Stream

Methods

ReadAsync()

Reads geospatial data using asynchronous mode.

Declaration

cs-api-definition
public override int ReadAsync()

Returns

int

Overrides AsyncReaderBase.ReadAsync()

ReadAsync(object)

Reads geospatial data using asynchronous mode.

Declaration

cs-api-definition
public override int ReadAsync(object userState)

Parameters

userState

object

A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Returns

int

Overrides AsyncReaderBase.ReadAsync(object)