SqlGeography.STConvexHull Method ()

 

Applies To: SQL Server 2016 Preview

Returns an object that represents the convex hull of a SqlGeography instance.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

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

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography

The convex hull.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace
STConvexHull (geography Data Type)

Return to top