Skip to main content

SvgFileDataAdapter Members

A data adapter that loads data from SVG files, and displays it on vector layers.

Constructors

Name Description
SvgFileDataAdapter() Initializes a new instance of the SvgFileDataAdapter class with default settings.

Fields

Name Description
BoundaryPoint1Property static Identifies the SvgFileDataAdapter.BoundaryPoint1 dependency property.
BoundaryPoint2Property static Identifies the SvgFileDataAdapter.BoundaryPoint2 dependency property.
ClustererProperty static Identifies the MapDataAdapterBase.Clusterer dependency property. Inherited from MapDataAdapterBase.
FileUriProperty static Identifies the SvgFileDataAdapter.FileUri dependency property.
SourceCoordinateSystemProperty static Identifies the CoordinateSystemDataAdapterBase.SourceCoordinateSystem dependency property. Inherited from CoordinateSystemDataAdapterBase.

Properties

Name Description
BoundaryPoint1 Gets or sets the first point determining the boundaries in which the imported SVG content is inscribed.
BoundaryPoint2 Gets or sets the second point determining the boundaries in which the imported SVG content is inscribed.
Clusterer Gets or sets the clusterer that aggregates map items. Inherited from MapDataAdapterBase.
DisplayItems Returns map items which are displayed by a map control. Inherited from MapDataAdapterBase.
FileUri Gets or sets a Uri that defines the location of a vector data file.
SourceCoordinateSystem Gets or sets the coordinate system of a data adapter. Inherited from CoordinateSystemDataAdapterBase.

Methods

Name Description
GetItemBySourceObject(Object) Gets a map item by the source object. Inherited from MapDataAdapterBase.
GetItemSourceObject(MapItem) Returns the source object for the specified MapItem object.
LoadData() Loads data from the specified data source. Inherited from MapDataAdapterBase.
OnClustered() Called after the clusterization is finished. Inherited from MapDataAdapterBase.
OnViewportUpdated(MapViewport) Called every time the viewport is changed. Inherited from MapDataAdapterBase.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
ShapesLoaded Occurs when vector items have been loaded.
See Also