New to Telerik UI for WPFStart a free 30-day trial

Represents the MapShapeReader class.

Definition

Constructors

Initializes a new instance of the MapShapeReader class.

C#
public MapShapeReader()

Initializes a new instance of the MapShapeReader class.

C#
public MapShapeReader(Uri baseAddress)
Parameters:baseAddressUri

Base Uri.

Fields

BaseAddressProperty

DependencyProperty

Identifies the BaseAddress dependency property.

C#
public static readonly DependencyProperty BaseAddressProperty

DataSourceProperty

DependencyProperty

Identifies the DataSource dependency property.

C#
public static readonly DependencyProperty DataSourceProperty

SourceProperty

DependencyProperty

Identifies the Source dependency property.

C#
public static readonly DependencyProperty SourceProperty

SourceTypeProperty

DependencyProperty

Identifies the SourceType dependency property.

C#
public static readonly DependencyProperty SourceTypeProperty

Properties

Gets or sets the uri of the base address.

C#
public Uri BaseAddress { get; set; }

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

C#
public Uri DataSource { get; set; }

Gets or sets the uri of the shape or KML file.

C#
public Uri Source { get; set; }

Gets or sets the type of the source.

C#
public ShapeSourceType SourceType { get; set; }

Methods

Reads shape file.

C#
public void Read()

Reads shape file.

C#
public void Read(Uri uri, Uri dataUri)
Parameters:uriUri

Uri of shape-file.

dataUriUri

Uri of data-file (DBF).

Reads shape file.

C#
public void Read(Uri uri)
Parameters:uriUri

Uri of shape-file.