Back to Devexpress

SqlGeometryItem Members

windowsforms-devexpress-dot-xtramap-dot-sqlgeometryitem-dot-underscore-members.md

latest3.8 KB
Original Source

SqlGeometryItem Members

This class is used to represent the SQL Geometry spatial data objects.

Constructors

NameDescription
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

NameDescription
AttributesReturns the collection of MapItemAttribute objects assigned to this item.
SridGets or sets the spatial reference ID of the item.
WktStringGets or sets the string representing the Well-Known Text.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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) staticCreates 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the SqlGeometryItem.

See Also

SqlGeometryItem Class

DevExpress.XtraMap Namespace