Geo.WKB.encode
You're seeing just the function
encode
, go back to Geo.WKB module for more information.
Specs
encode(binary(), Geo.endian()) :: {:ok, binary()} | {:error, Exception.t()}
Takes a Geometry and returns a base-16 encoded WKB string.
The endian decides what the byte order will be.