geos.GEOSReverse ⇒ GEOSGeometry ⏏
For geometries with coordinate sequences, reverses the order of the sequences. Converts CCW rings to CW. Reverses direction of LineStrings.
Kind: global property of geos
Returns: GEOSGeometry - The reversed geometry Caller is responsible for freeing with GEOSGeom_destroy().
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | The input geometry |
geos.GEOSReverse_r ⇒ GEOSGeometry ⏏
For geometries with coordinate sequences, reverses the order of the sequences. Converts CCW rings to CW. Reverses direction of LineStrings.
Kind: global property of geos
Returns: GEOSGeometry - The reversed geometry Caller is responsible for freeing with GEOSGeom_destroy().
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g | GEOSGeometry | The input geometry |