PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_drop_srid()

void lwgeom_drop_srid ( LWGEOM lwgeom)

Definition at line 756 of file lwgeom.c.

757 {
758  lwgeom->srid = SRID_UNKNOWN; /* TODO: To be changed to SRID_UNKNOWN */
759 }
#define SRID_UNKNOWN
Unknown SRID value.
Definition: liblwgeom.h:188
int32_t srid
Definition: liblwgeom.h:402

References LWGEOM::srid, and SRID_UNKNOWN.

Referenced by LWGEOM_collect(), and LWGEOM_collect_garray().

Here is the caller graph for this function: