PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_drop_srid()

void lwgeom_drop_srid ( LWGEOM lwgeom)

Definition at line 711 of file lwgeom.c.

References LWGEOM::srid, and SRID_UNKNOWN.

Referenced by LWGEOM_collect(), and LWGEOM_collect_garray().

712 {
713  lwgeom->srid = SRID_UNKNOWN; /* TODO: To be changed to SRID_UNKNOWN */
714 }
int32_t srid
Definition: liblwgeom.h:399
#define SRID_UNKNOWN
Unknown SRID value.
Definition: liblwgeom.h:188
Here is the caller graph for this function: