PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_extract_endpoints()

static LWMPOINT * lwgeom_extract_endpoints ( const LWGEOM lwg)
static

Definition at line 82 of file lwgeom_geos_node.c.

83{
85 FLAGS_GET_Z(lwg->flags),
86 FLAGS_GET_M(lwg->flags));
88
89 return col;
90}
#define FLAGS_GET_Z(flags)
Definition liblwgeom.h:179
#define FLAGS_GET_M(flags)
Definition liblwgeom.h:180
LWMPOINT * lwmpoint_construct_empty(int32_t srid, char hasz, char hasm)
Definition lwmpoint.c:39
#define SRID_UNKNOWN
Unknown SRID value.
Definition liblwgeom.h:229
static void lwgeom_collect_endpoints(const LWGEOM *lwg, LWMPOINT *col)
lwflags_t flags
Definition liblwgeom.h:447

References LWGEOM::flags, FLAGS_GET_M, FLAGS_GET_Z, lwgeom_collect_endpoints(), lwmpoint_construct_empty(), and SRID_UNKNOWN.

Referenced by lwgeom_extract_unique_endpoints().

Here is the call graph for this function:
Here is the caller graph for this function: