PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_to_hexwkb_varlena()

lwvarlena_t* lwgeom_to_hexwkb_varlena ( const LWGEOM geom,
uint8_t  variant 
)

Definition at line 875 of file lwout_wkb.c.

876 {
877  return lwgeom_to_wkb_varlena(geom, variant | WKB_HEX);
878 }
static uint8_t variant
Definition: cu_in_twkb.c:26
#define WKB_HEX
Definition: liblwgeom.h:2180
lwvarlena_t * lwgeom_to_wkb_varlena(const LWGEOM *geom, uint8_t variant)
Definition: lwout_wkb.c:851

References lwgeom_to_wkb_varlena(), variant, and WKB_HEX.

Referenced by LWGEOM_asHEXEWKB(), and LWGEOM_to_text().

Here is the call graph for this function:
Here is the caller graph for this function: