Class
MapShapeReader

Represents the MapShapeReader class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapShapeReader : MapShapeReaderBase

Inheritance: objectMapShapeReaderBaseMapShapeReader

Inherited Members MapShapeReaderBase.ClearLayerPropertyMapShapeReaderBase.ExtendedPropertySetPropertyMapShapeReaderBase.ToolTipFormatPropertyMapShapeReaderBase.ToolTipTemplatePropertyMapShapeReaderBase.ToolTipStylePropertyMapShapeReaderBase.CoordinateConverterPropertyMapShapeReaderBase.PointTemplatePropertyMapShapeReaderBase.OnPreviewReadCompleted(PreviewReadShapesCompletedEventArgs)MapShapeReaderBase.OnReadCompleted(ReadShapesCompletedEventArgs)MapShapeReaderBase.CreateInstanceCore()MapShapeReaderBase.AddItemsToLayer(Exception, List<FrameworkElement>)MapShapeReaderBase.ClearLayerMapShapeReaderBase.LayerMapShapeReaderBase.ExtendedPropertySetMapShapeReaderBase.ToolTipFormatMapShapeReaderBase.ToolTipTemplateMapShapeReaderBase.PointTemplateMapShapeReaderBase.ToolTipStyleMapShapeReaderBase.CoordinateConverterMapShapeReaderBase.ReadCompletedMapShapeReaderBase.PreviewReadCompleted

Constructors

MapShapeReader()

Initializes a new instance of the MapShapeReader class.

Declaration

cs-api-definition
public MapShapeReader()

MapShapeReader(Uri)

Initializes a new instance of the MapShapeReader class.

Declaration

cs-api-definition
public MapShapeReader(Uri baseAddress)

Parameters

baseAddress

Uri

Base Uri.

Fields

BaseAddressProperty

Identifies the BaseAddress dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BaseAddressProperty

Field Value

DependencyProperty

DataSourceProperty

Identifies the DataSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DataSourceProperty

Field Value

DependencyProperty

SourceProperty

Identifies the Source dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

SourceTypeProperty

Identifies the SourceType dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SourceTypeProperty

Field Value

DependencyProperty

Properties

BaseAddress

Gets or sets the uri of the base address.

Declaration

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

Property Value

Uri

DataSource

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

Declaration

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

Property Value

Uri

Source

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

Declaration

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

Property Value

Uri

SourceType

Gets or sets the type of the source.

Declaration

cs-api-definition
public ShapeSourceType SourceType { get; set; }

Property Value

ShapeSourceType

Methods

Read()

Reads shape file.

Declaration

cs-api-definition
public void Read()

Read(Uri)

Reads shape file.

Declaration

cs-api-definition
public void Read(Uri uri)

Parameters

uri

Uri

Uri of shape-file.

Read(Uri, Uri)

Reads shape file.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
public void Read(Uri uri, Uri dataUri)

Parameters

uri

Uri

Uri of shape-file.

dataUri

Uri

Uri of data-file (DBF).