Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns an object that represents the convex hull of a SqlGeometry instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STConvexHull As SqlGeometry
'Usage
Dim instance As SqlGeometry
Dim returnValue As SqlGeometry
returnValue = instance.STConvexHull()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STConvexHull()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STConvexHull()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STConvexHull : unit -> SqlGeometry
public function STConvexHull() : SqlGeometry
Return Value
Type: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry value that represents the convex hull of the calling SqlGeometry.
Remarks
STConvexHull returns the smallest convex polygon that contains the given SqlGeometry instance. Points or co-linear LineString instances will produce an instance of the same type as that of the input.