DataSourceAdapterBase Methods
The base class for data adapters that can load data from data sources.| Name | Description |
|---|---|
| GetItemBySourceObject(Object) | Gets a map item by the source object. |
| GetItemSourceObject(MapItem) | Returns the source object of the specified map item. |
| 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