SqlGeometryItem Members
This class is used to represent the SQL Geometry spatial data objects.Constructors
| Name | Description |
|---|---|
| SqlGeometryItem() | Initializes a new instance of the SqlGeometryItem class with default settings. |
| SqlGeometryItem(String, Int32) | Initializes a new instance of the SqlGeometryItem class with the specified parameters. |
Fields
| Name | Description |
|---|---|
| AttributesProperty static | Identifies the SqlGeometryItem.Attributes dependency property. |
| SridProperty static | Identifies the SqlGeometryItem.Srid dependency property. |
| WktStringProperty static | Identifies the SqlGeometryItem.WktString dependency property. |
Properties
| Name | Description |
|---|---|
| Attributes | Gets the attributes for this SQL Geometry item. |
| Srid | Gets or sets the spatial reference ID of the item. |
| WktString | Gets or sets the string representing the Well-Known Text. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also