Class MapShapeReader
Represents the MapShapeReader class.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapShapeReader : MapShapeReaderBase
Constructors
MapShapeReader()
Initializes a new instance of the MapShapeReader class.
Declaration
public MapShapeReader()
MapShapeReader(Uri)
Initializes a new instance of the MapShapeReader class.
Declaration
public MapShapeReader(Uri baseAddress)
Parameters
System.Uri
baseAddress
Base Uri. |
Fields
BaseAddressProperty
Identifies the BaseAddress dependency property.
Declaration
public static readonly DependencyProperty BaseAddressProperty
Field Value
System.Windows.DependencyProperty
|
DataSourceProperty
Identifies the DataSource dependency property.
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
System.Windows.DependencyProperty
|
SourceProperty
Identifies the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
SourceTypeProperty
Identifies the SourceType dependency property.
Declaration
public static readonly DependencyProperty SourceTypeProperty
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
|
DataSource
Gets or sets the uri of the data-file (DBF).
Declaration
public Uri DataSource { get; set; }
Property Value
System.Uri
|
Source
Gets or sets the uri of the shape or KML file.
Declaration
public Uri Source { get; set; }
Property Value
System.Uri
|
SourceType
Gets or sets the type of the source.
Declaration
public ShapeSourceType SourceType { get; set; }
Property Value
ShapeSourceType
|
Methods
Read()
Reads shape file.
Declaration
public void Read()
Read(Uri)
Reads shape file.
Declaration
public void Read(Uri uri)
Parameters
System.Uri
uri
Uri of shape-file. |
Read(Uri, Uri)
Reads shape file.
Declaration
public void Read(Uri uri, Uri dataUri)
Parameters
System.Uri
uri
Uri of shape-file. |
System.Uri
dataUri
Uri of data-file (DBF). |