SqlGeographyBuilder Methods

Include Protected Members
Include Inherited Members

The SqlGeographyBuilder type exposes the following members.

Methods

  Name Description
Public method AddLine(Double, Double) Constructs additional points in a geography type figure.
Public method AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in a geography type figure.
Public method BeginFigure(Double, Double) Starts the call sequence for a geography figure.
Public method BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) Starts the call sequence for a geography figure.
Public method BeginGeography Initializes a call sequence for a geography type.
Public method EndFigure Finishes a call sequence for a geography figure.
Public method EndGeography Finishes a call sequence for a geography 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 geography type call sequence.
Public method ToString (Inherited from Object.)

Top