MCPcopy Create free account
hub / github.com/MariaDB/server / get_point

Function get_point

sql/spatial.cc:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 create_geometrycollection);
315
316static 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

Callers 8

append_pointsMethod · 0.85
append_json_pointFunction · 0.85
get_data_as_wktMethod · 0.85
geom_lengthMethod · 0.85
is_closedMethod · 0.85
store_shapesMethod · 0.85
areaMethod · 0.85
centroid_xyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected