MobilityDB 1.1
Functions
Functions for PostGIS types

Functions for PostGIS types. More...

Collaboration diagram for Functions for PostGIS types:

Functions

byteagserialized_as_ewkb (const GSERIALIZED *geom, char *type)
 Return the EWKB representation of a geometry. More...
 
char * gserialized_as_ewkt (const GSERIALIZED *geom, int precision)
 Return the EWKT representation (and optionally a SRID) of a geometry. More...
 
char * gserialized_as_geojson (const GSERIALIZED *geom, int option, int precision, char *srs)
 Output a geometry in GeoJSON format. More...
 
char * gserialized_as_hexewkb (const GSERIALIZED *geom, const char *type)
 Return the WKB representation of a geometry in hex-encoded ASCII. More...
 
char * gserialized_as_text (const GSERIALIZED *geom, int precision)
 Return the WKT representation (and optionally a SRID) of a geometry. More...
 
GSERIALIZEDgserialized_from_ewkb (const bytea *bytea_wkb, int32 srid)
 Return a geometry from its EWKB representation. More...
 
GSERIALIZEDgserialized_from_geojson (const char *geojson)
 Input a geometry from GeoJSON format. More...
 
GSERIALIZEDgserialized_from_hexewkb (const char *wkt)
 Return a geometry from its WKT representation. More...
 
GSERIALIZEDgserialized_from_text (char *wkt, int srid)
 Return a geometry from its WKT representation (and optionally a SRID) More...
 
GSERIALIZEDgserialized_in (char *input, int32 geom_typmod)
 Input function for geometries. More...
 
char * gserialized_out (const GSERIALIZED *geom)
 Output function for geometries. More...
 
bool pgis_gserialized_same (const GSERIALIZED *geom1, const GSERIALIZED *geom2)
 Return true if the geometries are the same. More...
 

Detailed Description

Functions for PostGIS types.