Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从一组多边形创建一个 STConvexHull() 多边形。如何?
谢谢!
在 SQL 2012 中,该STConvexHull()方法从任何几何集合创建多边形(共线点或共线线除外,它们返回一条线。)
STConvexHull()
如果您使用的是 .net 语言,您也可以通过编程语言执行此操作,并且它将允许使用该方法输出到支持几何的 SQL Server 的先前版本,因为它输出几何,但您不能使用直接在 SQL Server 2008 或 2008r2 中运行。
请参阅http://msdn.microsoft.com/en-us/library/bb933878。