IGeographySink Interface

Interface used by SqlGeographyBuilder to construct a SqlGeography object.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink
'Usage
Dim instance As IGeographySink
[CLSCompliantAttribute(true)]
public interface IGeographySink
[CLSCompliantAttribute(true)]
public interface class IGeographySink
[<CLSCompliantAttribute(true)>]
type IGeographySink =  interface end
public interface IGeographySink

The IGeographySink type exposes the following members.

Methods

  Name Description
Public method AddLine Constructs additional points other than the starting endpoint in a geography type figure.
Public method BeginFigure 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 SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.

Top