IGeographySink Interface
Interface used by SqlGeographyBuilder to construct a SqlGeography object. This API is obsolete. IGeographySink110 should be used instead.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Name | Description | |
---|---|---|
![]() | 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. |
![]() | BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) | Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. |
![]() | BeginGeography(OpenGisGeographyType) | Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. |
![]() | EndFigure() | Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. |
![]() | EndGeography() | Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. |
![]() | SetSrid(Int32) | Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead. |