IMapDataAdapter Members
In This Article
#Properties
Name | Description |
---|---|
Clusterer | Gets or sets the clusterer used to clusterize map items. |
Count | Gets the number of items in the data adapter. |
Default |
Specifies the type of map items to be used by default when generating items from a data source. |
Is |
Returns a value indicating whether or not all data has been loaded for the data adapter and thus, the data adapter is ready for rendering. |
Items | Provides access to the collection of data adapter items. |
Source |
Returns a source collection of Map |
#Methods
Name | Description |
---|---|
Get |
Returns the item at the specified position. |
Get |
Gets a map item by the source object. |
Get |
Gets a source object for a map item. |
Get |
Returns the layer associated with this data adapter. |
Is |
Returns the value indicating is the coordinate system of an adapter is compatible with coordinate system of a map control. |
Load |
Loads data using the specified factory. |
On |
Called after the clusterization is finished. |
On |
Called every time the viewport changed. |
Set |
Sets the association between the specified layer and this data adapter. |
#Events
Name | Description |
---|---|
Data |
Occurs when data is changed. |
See Also