Definition at line 271 of file lwpoint.c.
272{
275
276
278 {
280 }
281 else
282 {
283
286 }
288 return pointout;
289}
int lwpoint_is_empty(const LWPOINT *point)
POINTARRAY * ptarray_force_dims(const POINTARRAY *pa, int hasz, int hasm)
LWPOINT * lwpoint_construct(int32_t srid, GBOX *bbox, POINTARRAY *point)
LWPOINT * lwpoint_construct_empty(int32_t srid, char hasz, char hasm)
References lwpoint_construct(), lwpoint_construct_empty(), lwpoint_is_empty(), LWPOINT::point, ptarray_force_dims(), LWPOINT::srid, and LWPOINT::type.
Referenced by lwgeom_force_dims().