PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ SFCGALPreparedGeometry2POSTGIS()

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

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

134 {
135  return SFCGALGeometry2POSTGIS(sfcgal_prepared_geometry_geometry(geom),
136  force3D, sfcgal_prepared_geometry_srid(geom));
137 }
GSERIALIZED * SFCGALGeometry2POSTGIS(const sfcgal_geometry_t *geom, int force3D, int SRID)

References SFCGALGeometry2POSTGIS().

Referenced by sfcgal_from_ewkt().

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