IGeographySink110 Interface
Defines the interface used by SqlGeographyBuilder to construct a SqlGeography object.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
| Name | Description | |
|---|---|---|
![]() | AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>) | Adds a circular arc geography type figure with the specified startpoint and endpoint. |
![]() | AddLine(Double, Double, Nullable<Double>, Nullable<Double>) | Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead.(Inherited from IGeographySink.) |
![]() | BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) | Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.(Inherited from IGeographySink.) |
![]() | BeginGeography(OpenGisGeographyType) | Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.(Inherited from IGeographySink.) |
![]() | EndFigure() | Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.(Inherited from IGeographySink.) |
![]() | EndGeography() | Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.(Inherited from IGeographySink.) |
![]() | SetSrid(Int32) | Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.(Inherited from IGeographySink.) |
