SqlGeometryBuilder Methods
SQL Server 2012
The SqlGeometryBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddCircularArc(Double, Double, Double, Double) | Adds a circular arc to the path. |
|
AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>) | Adds a circular arc to the path. |
|
AddLine(Double, Double) | Constructs additional points in a geometry type figure. |
|
AddLine(Double, Double, Nullable<Double>, Nullable<Double>) | Constructs additional points in the call sequence for a geometry type. |
|
BeginFigure(Double, Double) | Starts the call sequence for a geometry figure. |
|
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) | Starts the call sequence for a geometry figure. |
|
BeginGeometry | Initializes a call sequence for a geometry type. |
|
EndFigure | Finishes a call sequence for a geometry figure. |
|
EndGeometry | Finishes a call sequence for a geometry type. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
SetSrid | Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. |
|
ToString | (Inherited from Object.) |
