|
◆ point_get_coords()
void point_get_coords |
( |
const GSERIALIZED * |
point, |
|
|
bool |
hasz, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
double * |
z |
|
) |
| |
Get the coordinates from a geometry/geography point.
- Note
- This function is called for the points composing a temporal point
- Precondition
- The point is not empty
|