IGeometrySink110 接口

Defines the interface used by SqlGeometryBuilder to construct a SqlGeometry object.

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

语法

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

IGeometrySink110 类型公开以下成员。

方法

  名称 说明
公共方法 AddCircularArc Adds a circular arc geometry type figure with the specified startpoint and endpoint.
公共方法 AddLine Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (从 IGeometrySink 继承。)
公共方法 BeginFigure Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (从 IGeometrySink 继承。)
公共方法 BeginGeometry Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead. (从 IGeometrySink 继承。)
公共方法 EndFigure Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (从 IGeometrySink 继承。)
公共方法 EndGeometry Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (从 IGeometrySink 继承。)
公共方法 SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead. (从 IGeometrySink 继承。)

页首

请参阅

参考

Microsoft.SqlServer.Types 命名空间