SqlGeometryBuilder Methods

Include Protected Members
Include Inherited Members

The SqlGeometryBuilder type exposes the following members.

Methods

  Name Description
Public method AddCircularArc(Double, Double, Double, Double) Adds a circular arc to the path.
Public method AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>) Adds a circular arc to the path.
Public method AddLine(Double, Double) Constructs additional points in a geometry type figure.
Public method AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in the call sequence for a geometry type.
Public method BeginFigure(Double, Double) Starts the call sequence for a geometry figure.
Public method BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) Starts the call sequence for a geometry figure.
Public method BeginGeometry Initializes a call sequence for a geometry type.
Public method EndFigure Finishes a call sequence for a geometry figure.
Public method EndGeometry Finishes a call sequence for a geometry type.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SqlGeometryBuilder Class

Microsoft.SqlServer.Types Namespace