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 |
---|---|---|
_constraints | 0000000228 228 Bytes | |
sfcgal-1.3.8.tar.gz | 0002480730 2.37 MB | |
sfcgal-rpmlintrc | 0000000253 253 Bytes | |
sfcgal.changes | 0000010132 9.89 KB | |
sfcgal.spec | 0000005760 5.63 KB |
Revision 19 (latest revision is 43)
- Update to version 1.3.8 + This is the last release on Github. Oslandia migrates from GitHub to GitLab: https://oslandia.com/en/2020/06/19/en-oslandia-migrates-from-github-to-gitlab/ Next iteration of package will be based on gitlab. + Changes: * Fix CMake scripts so that SFCGAL_USE_STATIC_LIBS works properly again * Fix for divide by zero error in triangulatePolygon3D * Replace of auto_ptr with unique_ptr and move to c++14 * Add implementation of Geometry::operator= * Fix CGAL v4.7 compatibility * add pkg-config descriptor file * Remove libtoolize * Add point_m and is_measured to c api * Fix SFCGAL with CGAL 5 (and GMPXX issues) * Add covers and covers3D to c api * Add documentation to SFCGAL::algorithm::extrude * Add 3D linear referencing / LineSubString and Fix built with MSCV 14 and export to C API * Fix CAPI export symbol for windows * Update and fix documentation #138
Comments 0