IGeometrySink Interface
Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilderobject.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink
'Usage
Dim instance As IGeometrySink
[CLSCompliantAttribute(true)]
public interface IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink = interface end
public interface IGeometrySink
The IGeometrySink type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLine | Defines points other than the starting endpoint in a geometry instance. | |
BeginFigure | Defines the starting endpoint for a geometry instance. | |
BeginGeometry | Starts the call sequence of a geometry type. | |
EndFigure | Finishes a call sequence for a geometry figure. | |
EndGeometry | Finishes a call sequence for a geometry figure. | |
SetSrid | Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. |
Top