PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "lwgeom_sfcgal.h"
Go to the source code of this file.
Functions | |
static int | SFCGAL_type_to_lwgeom_type (sfcgal_geometry_type_t type) |
static POINTARRAY * | ptarray_from_SFCGAL (const sfcgal_geometry_t *geom, int force3D) |
static sfcgal_geometry_t * | ptarray_to_SFCGAL (const POINTARRAY *pa, int type) |
const char * | lwgeom_sfcgal_version () |
LWGEOM * | SFCGAL2LWGEOM (const sfcgal_geometry_t *geom, int force3D, int srid) |
sfcgal_geometry_t * | LWGEOM2SFCGAL (const LWGEOM *geom) |
LWGEOM * | lwgeom_sfcgal_noop (const LWGEOM *geom_in) |