geos.GEOSSetSRID ⏏
Sets the Spatial Reference System ID (SRID) of a geometry.
Kind: Exported member
Param | Type | Description |
---|---|---|
g | number | A pointer to a GEOSGeometry object. |
SRID | number | The 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
Param | Type | Description |
---|---|---|
handle | number | A pointer to a GEOSContextHandle_t object. |
g | number | A pointer to a GEOSGeometry object. |
SRID | number | The SRID value to set. |