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

Functions

PGDLLEXPORT Datum Geoarr_as_ewkt (PG_FUNCTION_ARGS)
 Output a geometry/geography array in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More...
 
PGDLLEXPORT Datum Geoarr_as_text (PG_FUNCTION_ARGS)
 Output a geometry/geography array in Well-Known Text (WKT) format. More...
 
static Datum geoarr_as_text_ext (FunctionCallInfo fcinfo, bool temparr, bool extended)
 Output a geometry/geography or temporal geometry/geography point array in Well-Known Text (WKT) format. More...
 
PGDLLEXPORT Datum Tpoint_as_ewkt (PG_FUNCTION_ARGS)
 Output a temporal point in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More...
 
PGDLLEXPORT Datum Tpoint_as_text (PG_FUNCTION_ARGS)
 Output a temporal point in Well-Known Text (WKT) format. More...
 
static Datum Tpoint_as_text_ext (FunctionCallInfo fcinfo, bool extended)
 Output of temporal points in WKT, EWKT, and MF-JSON format. More...
 
PGDLLEXPORT Datum Tpointarr_as_ewkt (PG_FUNCTION_ARGS)
 Output a temporal point array in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More...
 
PGDLLEXPORT Datum Tpointarr_as_text (PG_FUNCTION_ARGS)
 Output a temporal point array in Well-Known Text (WKT) format. More...