SFCGAL is a C++ wrapper library around CGAL that provides advanced 2D and 3D spatial functions. For robustness, geometry coordinates have an exact rational number representation.
Las instrucciones de instalación de la biblioteca se pueden encontrar en la página principal de SFCGAL http://www.sfcgal.org. Para cargar las funciones crear la extensión postgis_sfcgal.
This section lists functions for determining version of SFCGAL and library dependencies you are running.
These functions access or set properties of geometries. Geometries primarily supported by these functions are TINS and Polyhedral Surfaces.
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.