Algorithm for Spatial operation such as STConvexhull

Park,Kyuseo 1 Reputation point
2020-11-05T20:54:42.503+00:00

It seems it offers a convex hull operation.
Is there any way that I can see the algorithm source code that implements the operation? Or anyone knows which algorithm it uses like Graham Scan, Monotone chain. etc.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,670 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CathyJi-MSFT 21,861 Reputation points Microsoft Vendor
    2020-11-06T02:40:28.743+00:00

    Hi @Park,Kyuseo

    MS official document did not mentioned the algorithm for spatial data type. Such as STConvexhull, you can check this from MS offical document STConvexHull (geography Data Type). I also search this from google, but did not find the related information.

    If you want to know that how to use the spatial data, you can get this from MS document. Such as STConvexhull, refer to MS document Examples of using STConvexHull().

    Best regards,
    Cathy


    If the response is helpful, please click "Accept Answer" and upvote it.
    Hot issues October--Users always get connection timeout problem when using multi subnet AG via listener. Especially after failover to another subnet

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.