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.