ClassMapShapeReader
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
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
baseAddress
Uri
Base Uri.
Fields
BaseAddressProperty
Identifies the BaseAddress dependency property.
Declaration
public static readonly DependencyProperty BaseAddressProperty
Field Value
DependencyProperty
DataSourceProperty
Identifies the DataSource dependency property.
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
DependencyProperty
SourceProperty
Identifies the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
DependencyProperty
SourceTypeProperty
Identifies the SourceType dependency property.
Declaration
public static readonly DependencyProperty SourceTypeProperty
Field Value
DependencyProperty
Properties
BaseAddress
Gets or sets the uri of the base address.
Declaration
public Uri BaseAddress { get; set; }
Property Value
Uri
DataSource
Gets or sets the uri of the data-file (DBF).
Declaration
public Uri DataSource { get; set; }
Property Value
Uri
Source
Gets or sets the uri of the shape or KML file.
Declaration
public Uri Source { get; set; }
Property Value
Uri
SourceType
Gets or sets the type of the source.
Declaration
public ShapeSourceType SourceType { get; set; }
Property Value
Methods
Read(Uri)
Reads shape file.
Declaration
public void Read(Uri uri)
Parameters
uri
Uri
Uri of shape-file.
Read(Uri, Uri)
Reads shape file.
Declaration
[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).