Share via


IGeographySink110 接口

 

定义 SqlGeographyBuilder 用来构造 SqlGeography 对象的接口。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[CLSCompliantAttribute(true)]
public interface IGeographySink110 : IGeographySink
[CLSCompliantAttribute(true)]
public interface class IGeographySink110 : IGeographySink
[<CLSCompliantAttribute(true)>]
type IGeographySink110 = 
    interface
        interface IGeographySink
    end
<CLSCompliantAttribute(True)>
Public Interface IGeographySink110
    Inherits IGeographySink

方法

名称 说明
System_CAPS_pubmethod AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>)

添加具有指定起点和终点的圆弧地理类型的图形。

System_CAPS_pubmethod AddLine(Double, Double, Nullable<Double>, Nullable<Double>)

geography类型图中构造除起始端点之外的其他点。 此 API 已过时。 应使用 IGeographySink110。(继承自 IGeographySink。)

System_CAPS_pubmethod BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>)

geography图启动调用序列。 此 API 已过时。 应使用 IGeographySink110。(继承自 IGeographySink。)

System_CAPS_pubmethod BeginGeography(OpenGisGeographyType)

初始化geography类型的调用序列。 此 API 已过时。 应使用 IGeographySink110。(继承自 IGeographySink。)

System_CAPS_pubmethod EndFigure()

完成的调用序列 geography 图。 此 API 已过时。 应使用 IGeographySink110。(继承自 IGeographySink。)

System_CAPS_pubmethod EndGeography()

完成geography类型的调用序列。 此 API 已过时。 应使用 IGeographySink110。(继承自 IGeographySink。)

System_CAPS_pubmethod SetSrid(Int32)

geography类型调用序列设置空间引用标识符 (SRID)。 此 API 已过时。 应使用 IGeographySink110。(继承自 IGeographySink。)

另请参阅

Microsoft.SqlServer.Types 命名空间

返回页首