SqlGeometryItem Members
This class is used to represent the SQL Geometry spatial data objects.Constructors
| Name | Description |
|---|---|
| SqlGeometryItem() | Initializes new instance of the SqlGeometryItem class with default settings. |
| SqlGeometryItem(String, Int32) | Initializes new instance of the SqlGeometryItem class with the specified parameters. |
Properties
| Name | Description |
|---|---|
| Attributes | Returns the collection of MapItemAttribute objects assigned to this item. |
| Srid | Gets or sets the spatial reference ID of the item. |
| WktString | Gets or sets the string representing the Well-Known Text. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FromWkt(String, Int32) static | Creates the SqlGeometryItem object from the Well-Known Text. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the SqlGeometryItem. |
See Also