34#ifndef __TPOINT_OUT_H__
35#define __TPOINT_OUT_H__
40#include "general/temporal.h"
meosType
Enumeration that defines the built-in and temporal types used in MobilityDB.
Definition: meos_catalog.h:53
uintptr_t Datum
Definition: pg_ext_defs.in.h:4
Structure to represent temporal values of instant subtype.
Definition: meos.h:148
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:136
uint8_t * coords_to_wkb_buf(const TInstant *inst, uint8_t *buf, uint8_t variant)
char * ewkt_out(Datum value, meosType type, int maxdd)
Output a geometry in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the...
Definition: tpoint_out.c:77
char * wkt_out(Datum value, meosType type, int maxdd)
Output of temporal points in WKT, EWKT and MF-JSON format.
Definition: tpoint_out.c:58
bool tpoint_wkb_needs_srid(const Temporal *temp, uint8_t variant)
Return true if the temporal point needs to output the SRID.
Definition: type_out.c:1291