Share via


IGeometrySink 接口

Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilderobject.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink
用法
Dim instance As IGeometrySink
[CLSCompliantAttribute(true)]
public interface IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink =  interface end
public interface IGeometrySink

IGeometrySink 类型公开以下成员。

方法

  名称 说明
公共方法 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.

页首