SqlGeographyBuilder Class

Definition

Constructs instances of SqlGeography objects by using IGeographySink interface.

[System.CLSCompliant(true)]
public class SqlGeographyBuilder : Microsoft.SqlServer.Types.IGeographySink110
[<System.CLSCompliant(true)>]
type SqlGeographyBuilder = class
    interface IGeographySink110
    interface IGeographySink
Public Class SqlGeographyBuilder
Implements IGeographySink110
Inheritance
SqlGeographyBuilder
Attributes
Implements

Constructors

SqlGeographyBuilder()

Constructs a SqlGeographyBuilder object.

Properties

ConstructedGeography

Retrieves the constructed spatial geography object.

Methods

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 geography type figure.

AddLine(Double, Double, Nullable<Double>, Nullable<Double>)

Constructs additional points in a geography type figure.

BeginFigure(Double, Double)

Starts the call sequence for a geography figure.

BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>)

Starts the call sequence for a geography figure.

BeginGeography(OpenGisGeographyType)

Initializes a call sequence for a geography type.

EndFigure()

Finishes a call sequence for a geography figure.

EndGeography()

Finishes a call sequence for a geography type.

SetSrid(Int32)

Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.

Applies to