| 314 | create_geometrycollection); |
| 315 | |
| 316 | static void get_point(double *x, double *y, const char *data) |
| 317 | { |
| 318 | float8get(*x, data); |
| 319 | float8get(*y, data + SIZEOF_STORED_DOUBLE); |
| 320 | } |
| 321 | |
| 322 | /***************************** Geometry *******************************/ |
| 323 |
no outgoing calls
no test coverage detected