PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_drop_srid()

void lwgeom_drop_srid ( LWGEOM lwgeom)

Definition at line 765 of file lwgeom.c.

766 {
767  lwgeom->srid = SRID_UNKNOWN; /* TODO: To be changed to SRID_UNKNOWN */
768 }
#define SRID_UNKNOWN
Unknown SRID value.
Definition: liblwgeom.h:215
int32_t srid
Definition: liblwgeom.h:460

References LWGEOM::srid, and SRID_UNKNOWN.

Referenced by LWGEOM_collect(), and LWGEOM_collect_garray().

Here is the caller graph for this function: