Skip to content

geos.GEOSSetSRID ⇒ null

Set the "spatial reference id" (SRID) for this geometry.

Kind: global property of geos
Returns: null - void

ParamTypeDescription
gGEOSGeometryInput geometry
SRIDnumberSRID number or 0 for unknown SRID.

geos.GEOSSetSRID_r ⇒ null

Set the "spatial reference id" (SRID) for this geometry.

Kind: global property of geos
Returns: null - void

ParamTypeDescription
handleGEOSContextHandle_t-
gGEOSGeometryInput geometry
SRIDnumberSRID number or 0 for unknown SRID.