Skip to content
On this page

geos.GEOS_getWKBByteOrder ⇒ number

Get the byte order of WKB geometries.

Kind: Exported member
Returns: number - The byte order (0 for XDR, 1 for NDR).


geos.GEOS_getWKBByteOrder_r ⇒ number

Get the byte order used for WKB output.

Kind: Exported member
Returns: number - The byte order (GEOS_WKB_XDR or GEOS_WKB_NDR) or -1 on error.

ParamTypeDescription
handlenumberA pointer to the GEOS context handle.