SFCGAL是CGAL的C++封装库,提供高级的二维和三维空间函数。为了确保稳健性,几何坐标具有精确的有理数表示。
该库的安装说明可以在 SFCGAL 主页 (http://www.sfcgal.org) 上找到。 要启用这些功能,请使用create extension postgis_sfcgal。
这部分列出了几个函数,用于确定您当前环境中 SFCGAL 的版本信息以及相关库文件的依赖关系。
这些函数访问或设置几何图形的属性。这些函数主要支持TINS和多面体表面。
CG_3DIntersection.
CG_3DDifference.
CG_3DUnion.
CG_Tesselate.
CG_3DArea.
CG_Extrude.
CG_ForceLHR.
CG_Orientation.
CG_MinkowskiSum.
CG_StraightSkeleton.
CG_ApproximateMedialAxis.
CG_IsPlanar.
CG_Volume.
CG_MakeSolid.
CG_IsSolid.
CG_ConstrainedDelaunayTriangles.
CG_3DConvexHull.
CG_AlphaShape.
CG_OptimalAlphaShape.
These ST_ names remain available for compatibility and emit deprecation notices.
Their entries contain only the legacy signature and migration link. Use the corresponding
CG_ pages for behavior, examples, and geometry support details.