SFCGAL C++ wrapper library around CGAL
This library support ISO 19107:2013, OGC Simple Features Access 1.2 for 3D operations.
It provides standard compliant geometry types and operations, that can
be accessed from its C or C++ APIs. PostGIS uses the C API, to expose some
SFCGAL's functions in spatial databases (cf. PostGIS manual).
Geometry coordinates have an exact rational number representation and can
be either 2D or 3D. Among supported geometry types are :
Points
LineStrings
Polygons
TriangulatedSurfaces
PolyhedralSurfaces
GeometryCollections
Solids
Supported operations include :
WKT reading and writing with exact rational number representation for coordinates
Intersection operations and predicates
Convex hull computation
Tessellation
Extrusion
Area and distance computation
Minkovski sums
Contour offsets
Straight skeleton generations
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / sfcgal
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Application:Geo/sfcgal && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
FIX_excess-x87-precision.patch | 0000001253 1.22 KB | |
SFCGAL-v1.4.0.tar.bz2 | 0002293295 2.19 MB | |
_constraints | 0000000228 228 Bytes | |
sfcgal-rpmlintrc | 0000000253 253 Bytes | |
sfcgal.changes | 0000012123 11.8 KB | |
sfcgal.spec | 0000006221 6.08 KB |
Revision 24 (latest revision is 43)
- Update to version 1.4.0 + Use officially documented CGAL functions. SFCGAL requires CGAL >= 5.3. + Fix compilation issue with CGAL 5.3 + Add sfcgal_full_version with SFCGAL, CGAL and Boost + Add include <CGAL/version_macros.h> to build tests with CGAL 4.12 - packaging + removed merged patch f929b291d4efe9b780812677fd523d2431519fcf.patch upstream_issue#242.patch + Adjust CGAL requirement >= 5.3 available onyl for TW + Added FIX_excess-x87-precision.patch fixing failed testing under i586 With the new cgal 5.3 requirement sfcgal will not be available for older Leap.
Comments 0