MobilityDB 1.1

◆ geoarr_as_text()

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.

Parameters
[in]geoarrArray of geometries/geographies
[in]countNumber of elements in the input array
[in]maxddMaximum number of decimal digits to output
[in]extendedTrue if the output is in EWKT
SQL Function:
asText(), asEWKT()