Skip to content
On this page

geos.GEOS_setWKBByteOrder ⇒ number

Set the byte order used for WKB output.

Kind: Exported member
Returns: number - 1 on success, 0 on error.

ParamTypeDescription
byteOrdernumberThe 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.

ParamTypeDescription
handlenumberA pointer to the GEOS context handle.
byteOrdernumberThe byte order (GEOS_WKB_XDR or GEOS_WKB_NDR).