|
MobilityDB 1.1
|
Functions for PostGIS types. More...

Functions | |
| bytea * | gserialized_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... | |
| GSERIALIZED * | gserialized_from_ewkb (const bytea *bytea_wkb, int32 srid) |
| Return a geometry from its EWKB representation. More... | |
| GSERIALIZED * | gserialized_from_geojson (const char *geojson) |
| Input a geometry from GeoJSON format. More... | |
| GSERIALIZED * | gserialized_from_hexewkb (const char *wkt) |
| Return a geometry from its WKT representation. More... | |
| GSERIALIZED * | gserialized_from_text (char *wkt, int srid) |
| Return a geometry from its WKT representation (and optionally a SRID) More... | |
| GSERIALIZED * | gserialized_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... | |
Functions for PostGIS types.