PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ SFCGALPreparedGeometry2POSTGIS()

GSERIALIZED* SFCGALPreparedGeometry2POSTGIS ( const sfcgal_prepared_geometry_t *  geom,
int  force3D 
)

Definition at line 124 of file postgis/lwgeom_sfcgal.c.

125 {
126  return SFCGALGeometry2POSTGIS(
127  sfcgal_prepared_geometry_geometry(geom), force3D, sfcgal_prepared_geometry_srid(geom));
128 }
GSERIALIZED * SFCGALGeometry2POSTGIS(const sfcgal_geometry_t *geom, int force3D, int32_t SRID)

References SFCGALGeometry2POSTGIS().

Referenced by sfcgal_from_ewkt().

Here is the call graph for this function:
Here is the caller graph for this function: