SFCGAL は CGAL の C++ラッパライブラリです。CGAL は高度な 2次元と 3次元の空間関数を提供します。堅牢性のためにジオメトリー座標は正確な有理数表現を持ちます。
このライブラリのインストール手順は SFCGAL サイト (http://www.sfcgal.org) にあります。機能を有効にするにはcreate extension postgis_sfcgalとします。
このセクションでは、SFCGAL のバージョンとライブラリの依存関係を確認するための関数の一覧を示します。
これらの関数はジオメトリーのプロパティに対するアクセスと設定を行います。これらの関数が主に対応するジオメトリーは、TIN と多面体サーフェスです。
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.