SqlGeometryItemStorage Members
The date adapter stores manually added SqlGeometryItem objects.Constructors
| Name | Description |
|---|---|
| SqlGeometryItemStorage() | Initializes a new instance of the SqlGeometryItemStorage class with default settings. |
Fields
| Name | Description |
|---|---|
| ClustererProperty static | Identifies the MapDataAdapterBase.Clusterer dependency property. Inherited from MapDataAdapterBase. |
| ItemsProperty static | Identifies the SqlGeometryItemStorage.Items dependency property. |
| SourceCoordinateSystemProperty static | Identifies the CoordinateSystemDataAdapterBase.SourceCoordinateSystem dependency property. Inherited from CoordinateSystemDataAdapterBase. |
Properties
| Name | Description |
|---|---|
| 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. |
| Items | Provides access to the collection of SQL Geometry items. |
| 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 of the specified map item. Inherited from SqlGeometryDataAdapterBase. |
| 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. |
See Also