MapShapeReader
Represents the MapShapeReader class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapShapeReader : MapShapeReaderBase
Inheritance: objectMapShapeReaderBaseMapShapeReader
Inherited Members
Constructors
Initializes a new instance of the MapShapeReader class.
public MapShapeReader()
Initializes a new instance of the MapShapeReader class.
public MapShapeReader(Uri baseAddress)
Base Uri.
Fields
BaseAddressProperty
DependencyProperty
Identifies the BaseAddress dependency property.
public static readonly DependencyProperty BaseAddressProperty
DataSourceProperty
DependencyProperty
Identifies the DataSource dependency property.
public static readonly DependencyProperty DataSourceProperty
SourceProperty
DependencyProperty
Identifies the Source dependency property.
public static readonly DependencyProperty SourceProperty
SourceTypeProperty
DependencyProperty
Identifies the SourceType dependency property.
public static readonly DependencyProperty SourceTypeProperty
Properties
BaseAddress
Uri
Gets or sets the uri of the base address.
public Uri BaseAddress { get; set; }
DataSource
Uri
Gets or sets the uri of the data-file (DBF).
public Uri DataSource { get; set; }
Source
Uri
Gets or sets the uri of the shape or KML file.
public Uri Source { get; set; }
Gets or sets the type of the source.
public ShapeSourceType SourceType { get; set; }
Methods
Reads shape file.
public void Read()
Reads shape file.
public void Read(Uri uri, Uri dataUri)
Uri of shape-file.
dataUriUriUri of data-file (DBF).
Reads shape file.
public void Read(Uri uri)
Uri of shape-file.