Share via

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 | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

1 answer

Sort by: Most helpful
  1. CathyJi-MSFT 22,431 Reputation points Microsoft External Staff
    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

    Was this answer helpful?

    0 comments No comments

Your answer

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