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

◆ lwgeom_drop_srid()

void lwgeom_drop_srid ( LWGEOM lwgeom)

Definition at line 793 of file lwgeom.c.

794{
795 lwgeom->srid = SRID_UNKNOWN; /* TODO: To be changed to SRID_UNKNOWN */
796}
#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: