SFCGAL处理和关系函数 |
CG_Intersection
1
(geomA, geomB)
Computes the intersection of two geometries |
CG_Intersects
1
(geomA, geomB)
测试两个几何图形是否相交(它们至少有一个共同点) |
CG_3DIntersects
1
(geomA, geomB)
Tests if two 3D geometries intersect |
CG_Difference
1
(geomA, geomB)
Computes the geometric difference between two geometries |
ST_3DDifference
mm
3d
(geom1, geom2)
执行 3D 差异 |
CG_3DDifference
1
mm
3d
(geom1, geom2)
执行 3D 差异 |
CG_Distance
1
(geomA, geomB)
Computes the minimum distance between two geometries |
CG_3DDistance
1
(geomA, geomB)
Computes the minimum 3D distance between two geometries |
ST_3DConvexHull
3d
(geom1)
计算几何体的 3D 凸包。 |
CG_3DConvexHull
1
3d
(geom1)
计算几何体的 3D 凸包。 |
ST_3DIntersection
mm
3d
(geom1, geom2)
执行 3D 相交 |
CG_3DIntersection
1
mm
3d
(geom1, geom2)
执行 3D 相交 |
CG_Union
1
(geomA, geomB)
Computes the union of two geometries |
ST_3DUnion
mm
3d
执行 3D 联合。
- geom1, geom2
- g1field agg
|
CG_3DUnion
1
mm
3d
Perform 3D union using postgis_sfcgal.
- geom1, geom2
- g1field agg
|
ST_AlphaShape
(geom, alpha, allow_holes = false)
计算包围几何体的 Alpha 形状 |
CG_AlphaShape
1
(geom, alpha, allow_holes = false)
计算包围几何体的 Alpha 形状 |
CG_ApproxConvexPartition
1
cg1.5
(geom)
计算多边形几何图形的近似凸分割 |
ST_ApproximateMedialAxis
3d
(geom)
计算几何区域的近似中轴。 |
CG_ApproximateMedialAxis
1
3d
(geom)
计算几何区域的近似中轴。 |
ST_ConstrainedDelaunayTriangles
3d
(g1)
返回围绕给定输入几何体的约束 Delaunay 三角剖分。 |
CG_ConstrainedDelaunayTriangles
3d
(g1)
返回围绕给定输入几何体的约束 Delaunay 三角剖分。 |
ST_Extrude
3d
(geom, x, y, z)
将曲面挤出到相关体积 |
CG_Extrude
1
3d
(geom, x, y, z)
将曲面挤出到相关体积 |
CG_ExtrudeStraightSkeleton
1
cg1.5
(geom, roof_height, body_height = 0)
直线骨架外凸 |
CG_GreeneApproxConvexPartition
1
cg1.5
(geom)
计算多边形几何图形的近似凸分割 |
ST_MinkowskiSum
(geom1, geom2)
执行 Minkowski sum |
CG_MinkowskiSum
1
(geom1, geom2)
执行 Minkowski sum |
ST_OptimalAlphaShape
(geom, allow_holes = false, nb_components = 1)
使用“最佳”alpha 值计算包围几何体的 Alpha 形状。 |
CG_OptimalAlphaShape
1
(geom, allow_holes = false, nb_components = 1)
使用“最佳”alpha 值计算包围几何体的 Alpha 形状。 |
CG_OptimalConvexPartition
1
cg1.5
(geom)
计算多边形几何图形的最优凸分割 |
CG_StraightSkeleton
1
3d
(geom, use_distance_as_m = false)
从几何体计算直骨架 |
ST_StraightSkeleton
3d
(geom)
从几何体计算直骨架 |
ST_Tesselate
3d
(geom)
对多边形或多面体表面执行曲面细分,并以 TIN 或 TINS 集合的形式返回 |
CG_Tesselate
1
3d
(geom)
对多边形或多面体表面执行曲面细分,并以 TIN 或 TINS 集合的形式返回 |
CG_Triangulate
1
(geom)
Triangulates a polygonal geometry |
CG_Visibility
1
cg1.5
3d
计算一个从点或多边形几何中的线段生成的可见性多边形
- polygon, point
- polygon, pointA, pointB
|
CG_YMonotonePartition
1
cg1.5
(geom)
计算多边形几何的 y 单调分割 |