MobilityDB 1.1
Functions
tpoint_out.c File Reference
#include "point/tpoint_out.h"
#include <assert.h>
#include <float.h>
#include <liblwgeom_internal.h>
#include <meos.h>
#include "general/tinstant.h"
#include "general/tsequence.h"
#include "general/tsequenceset.h"
#include "general/type_util.h"
#include "point/tpoint_spatialfuncs.h"
Include dependency graph for tpoint_out.c:

Functions

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 SRID. More...
 
char ** geoarr_as_text (const Datum *geoarr, int count, int maxdd, bool extended)
 Return the Well-Known Text (WKT) or the Extended Well-Known Text (EWKT) representation of a geometry/geography array. More...
 
char * tpoint_as_ewkt (const Temporal *temp, int maxdd)
 Return the Extended Well-Known Text (EWKT) representation a temporal point. More...
 
char * tpoint_as_text (const Temporal *temp, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal point. More...
 
char ** tpointarr_as_text (const Temporal **temparr, int count, int maxdd, bool extended)
 Return the Well-Known Text (WKT) or the Extended Well-Known Text (EWKT) representation of a temporal point array. More...
 
char * wkt_out (Datum value, meosType type, int maxdd)
 Output of temporal points in WKT, EWKT, and MF-JSON format. More...