PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwline_calculate_circ_tree()

static CIRC_NODE* lwline_calculate_circ_tree ( const LWLINE lwline)
static

Definition at line 929 of file lwgeodetic_tree.c.

930 {
931  CIRC_NODE* node;
932  node = circ_tree_new(lwline->points);
933  node->geom_type = lwgeom_get_type((LWGEOM*)lwline);
934  return node;
935 }
CIRC_NODE * circ_tree_new(const POINTARRAY *pa)
Build a tree of nodes from a point array, one node per edge.
static uint32_t lwgeom_get_type(const LWGEOM *geom)
Return LWTYPE number.
Definition: lwinline.h:135
POINTARRAY * points
Definition: liblwgeom.h:469
uint32_t geom_type
Note that p1 and p2 are pointers into an independent POINTARRAY, do not free them.

References circ_tree_new(), circ_node::geom_type, lwgeom_get_type(), sort_node::node, and LWLINE::points.

Referenced by lwgeom_calculate_circ_tree().

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