PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwgeom_grid()

LWGEOM* lwgeom_grid ( const LWGEOM lwgeom,
const gridspec grid 
)

Definition at line 2245 of file lwgeom.c.

2246 {
2247  LWGEOM *lwgeom_out = lwgeom_clone_deep(lwgeom);
2248  lwgeom_grid_in_place(lwgeom_out, grid);
2249  return lwgeom_out;
2250 }
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep-clone an LWGEOM object.
Definition: lwgeom.c:511
void lwgeom_grid_in_place(LWGEOM *geom, const gridspec *grid)
Definition: lwgeom.c:2144

References lwgeom_clone_deep(), and lwgeom_grid_in_place().

Referenced by LWGEOM_snaptogrid(), LWGEOM_snaptogrid_pointoff(), lwgeom_to_text(), and test_grid().

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