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 |
---|---|---|
0001-Small-typo-changed-requiered-to-required.patc |
0000001207 1.18 KB | |
0002-Add-VERSION-and-SOVERSION-properties.patch | 0000000723 723 Bytes | |
0003-Add-detection-of-lib-lib64-directory.patch | 0000002326 2.27 KB | |
0004-Replace-lib-by-CMAKE_INSTALL_LIBDIR-in-instal |
0000000764 764 Bytes | |
0005-Added-FindPostgreSQL.cmake-macros.patch | 0000003040 2.97 KB | |
0006-fixed-unfindable-postgres-header-cmake-variab |
0000002477 2.42 KB | |
0007-fixes-polygon-triangulation.patch | 0000003835 3.75 KB | |
SFCGAL-1.0.4.tar.gz | 0002373804 2.26 MB | |
_constraint | 0000000228 228 Bytes | |
sfcgal-rpmlintrc | 0000000253 253 Bytes | |
sfcgal.changes | 0000001643 1.6 KB | |
sfcgal.spec | 0000005447 5.32 KB |
Revision 1 (latest revision is 43)
sfcgal is a C++ wrapper around cgal Allowing 2D & 3D computing. Will allow postgis-2x, qgis packages to handle those operations. Comment: spec-cleaner applied. The usage of %cmake macro is reserved for next upgrade.
Comments 0