PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ SFCGALPreparedGeometry2POSTGIS()

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

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

References PG_FUNCTION_INFO_V1(), sfcgal_from_ewkt(), and SFCGALGeometry2POSTGIS().

Referenced by sfcgal_from_ewkt().

133 {
134  return SFCGALGeometry2POSTGIS(sfcgal_prepared_geometry_geometry(geom),
135  force3D, sfcgal_prepared_geometry_srid(geom));
136 }
GSERIALIZED * SFCGALGeometry2POSTGIS(const sfcgal_geometry_t *geom, int force3D, int SRID)
Here is the call graph for this function:
Here is the caller graph for this function: