#include "lwgeom_sfcgal.h"
#include <stdio.h>
Go to the source code of this file.
|
| 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) |
| | Convert a PostGIS pointarray to SFCGAL structure. More...
|
| |
| const char * | lwgeom_sfcgal_version () |
| |
| const char * | lwgeom_sfcgal_full_version () |
| |
| static sfcgal_geometry_t * | create_sfcgal_point_by_dimensions (double x, double y, double z, double m, int is_3d, int is_measured) |
| | Create a SFCGAL point based on dimensional flags (XY, XYZ, XYM, XYZM). More...
|
| |
| LWGEOM * | SFCGAL2LWGEOM (const sfcgal_geometry_t *geom, int force3D, int32_t srid) |
| |
| sfcgal_geometry_t * | LWGEOM2SFCGAL (const LWGEOM *geom) |
| |
| LWGEOM * | lwgeom_sfcgal_noop (const LWGEOM *geom_in) |
| |