geos.GEOS_setWKBByteOrder ⇒ number
⏏
Set the byte order used for WKB output.
Kind: Exported member
Returns: number
- 1 on success, 0 on error.
Param | Type | Description |
---|---|---|
byteOrder | number | The byte order (GEOS_WKB_XDR or GEOS_WKB_NDR). |
geos.GEOS_setWKBByteOrder_r ⇒ number
⏏
Set the byte order used for WKB output in a given context.
Kind: Exported member
Returns: number
- 1 on success, 0 on error.
Param | Type | Description |
---|---|---|
handle | number | A pointer to the GEOS context handle. |
byteOrder | number | The byte order (GEOS_WKB_XDR or GEOS_WKB_NDR). |