PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwpoint_calculate_circ_tree()

static CIRC_NODE* lwpoint_calculate_circ_tree ( const LWPOINT lwpoint)
static

Definition at line 904 of file lwgeodetic_tree.c.

905 {
906  CIRC_NODE* node;
907  node = circ_tree_new(lwpoint->point);
908  node->geom_type = lwgeom_get_type((LWGEOM*)lwpoint);;
909  return node;
910 }
uint32_t lwgeom_get_type(const LWGEOM *geom)
Return LWTYPE number.
Definition: lwgeom.c:923
CIRC_NODE * circ_tree_new(const POINTARRAY *pa)
Build a tree of nodes from a point array, one node per edge.
POINTARRAY * point
Definition: liblwgeom.h:414
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 LWPOINT::point.

Referenced by lwgeom_calculate_circ_tree().

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