geos.GEOSSetSRID ⇒ null ⏏
Set the "spatial reference id" (SRID) for this geometry.
Kind: global property of geos
Returns: null - void
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | Input geometry |
| SRID | number | SRID 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
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g | GEOSGeometry | Input geometry |
| SRID | number | SRID number or 0 for unknown SRID. |