IMapDataAdapter Methods
If implemented by a class, provides methods required for a VectorItemsLayer to operate with data.| Name | Description |
|---|---|
| GetItem(Int32) | Returns the item at the specified position. |
| GetItemBySourceObject(Object) | Gets a map item by the source object. |
| GetItemSourceObject(MapItem) | Gets a source object for a map item. |
| GetLayer() | Returns the layer associated with this data adapter. |
| IsCSCompatibleTo(MapCoordinateSystem) | Returns the value indicating is the coordinate system of an adapter is compatible with coordinate system of a map control. |
| LoadData(IMapItemFactory) | Loads data using the specified factory. |
| OnClustered() | Called after the clusterization is finished. |
| OnViewportUpdated(MapViewport) | Called every time the viewport changed. |
| SetLayer(MapItemsLayerBase) | Sets the association between the specified layer and this data adapter. |
See Also