SvgFileDataAdapter Methods
A data adapter that loads data from SVG files, and displays it on vector layers.| 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. |
See Also