SqlGeometry.STConvexHull 方法 ()

 

返回表示 SqlGeometry 实例的凸包的对象。

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

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STConvexHull()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ STConvexHull()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STConvexHull : unit -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STConvexHull As SqlGeometry

返回值

Type: Microsoft.SqlServer.Types.SqlGeometry

一个 SqlGeometry 值,该值表示调用 SqlGeometry 的凸包。

备注

STConvexHull 返回包含给定 SqlGeometry 实例的最小凸多边形。 点或共线 LineString 实例将产生与输入具有相同类型的实例。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首