PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_drop_srid()

void lwgeom_drop_srid ( LWGEOM lwgeom)

Definition at line 747 of file lwgeom.c.

748{
749 lwgeom->srid = SRID_UNKNOWN; /* TODO: To be changed to SRID_UNKNOWN */
750}
#define SRID_UNKNOWN
Unknown SRID value.
Definition liblwgeom.h:229
int32_t srid
Definition liblwgeom.h:446

References LWGEOM::srid, and SRID_UNKNOWN.

Referenced by LWGEOM_collect(), and LWGEOM_collect_garray().

Here is the caller graph for this function: