PostGIS  3.4.0dev-r@@SVN_REVISION@@
lwgeom_sfcgal.c File Reference
#include "lwgeom_sfcgal.h"
#include <stdio.h>
Include dependency graph for lwgeom_sfcgal.c:

Go to the source code of this file.

Macros

#define MAX_LENGTH_SFCGAL_FULL_VERSION   50
 

Functions

static int SFCGAL_type_to_lwgeom_type (sfcgal_geometry_type_t type)
 
static POINTARRAYptarray_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 ()
 
const char * lwgeom_sfcgal_full_version ()
 
LWGEOMSFCGAL2LWGEOM (const sfcgal_geometry_t *geom, int force3D, int32_t srid)
 
sfcgal_geometry_t * LWGEOM2SFCGAL (const LWGEOM *geom)
 
LWGEOMlwgeom_sfcgal_noop (const LWGEOM *geom_in)