![]() |
MobilityDB 1.3
|
Constructor functions for static geometries. More...
Functions | |
GSERIALIZED * | geo_copy (const GSERIALIZED *gs) |
Return a copy of a geometry. More... | |
GSERIALIZED * | geogpoint_make2d (int32_t srid, double x, double y) |
Return a 2D geography point constructed from the arguments. More... | |
GSERIALIZED * | geogpoint_make3dz (int32_t srid, double x, double y, double z) |
Return a 3DZ geography point constructed from the arguments. More... | |
GSERIALIZED * | geompoint_make2d (int32_t srid, double x, double y) |
Return a 2D geometry point constructed from the arguments. More... | |
GSERIALIZED * | geompoint_make3dz (int32_t srid, double x, double y, double z) |
Return a 3DZ geometry point constructed from the arguments. More... | |
Constructor functions for static geometries.