Skip to content
On this page

geos.GEOSSetSRID ⏏

Sets the Spatial Reference System ID (SRID) of a geometry.

Kind: Exported member

ParamTypeDescription
gnumberA pointer to a GEOSGeometry object.
SRIDnumberThe SRID value to set.

geos.GEOSSetSRID_r ⏏

Sets the Spatial Reference System ID (SRID) of a geometry in a thread-safe manner.

Kind: Exported member

ParamTypeDescription
handlenumberA pointer to a GEOSContextHandle_t object.
gnumberA pointer to a GEOSGeometry object.
SRIDnumberThe SRID value to set.