[postgis-tickets] [PostGIS] #2254: Add SFCGAL support
PostGIS
trac at osgeo.org
Thu May 9 14:57:17 PDT 2013
#2254: Add SFCGAL support
--------------------------+-------------------------------------------------
Reporter: colivier | Owner: colivier
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: sfcgal | Version: trunk
Keywords: CGAL, SFCGAL |
--------------------------+-------------------------------------------------
Comment(by colivier):
For the record:
Functions available now both with GEOS and SFCGAL
- ST_Intersects
- ST_3DIntersects
- ST_Intersection
- ST_Area
- ST_Distance
- ST_3DDistance
2D functions should behave quite the same,
3D functions should be improved (handling more geometry type)
New functions available only when SFCGAL support activated
- postgis_sfcgal_version()
- ST_3DIntersection(geom1 geometry, geom2 geometry)
- ST_Tesselate(geometry)
- ST_3DArea(geometry)
- ST_Extrude(geometry, float8, float8, float8)
- ST_ForceLHR(geometry)
- ST_Orientation(geometry)
- ST_Minkowski(geometry, geometry)
- ST_StraightSkeleton(geometry)
New function related to SFCGAL stuff,
but in PostGIS land:
- ST_force_sfs(geometry)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2254#comment:22>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list