PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
CIRC_NODE* circ_tree_new | ( | const POINTARRAY * | pa | ) |
Build a tree of nodes from a point array, one node per edge.
Definition at line 353 of file lwgeodetic_tree.c.
References circ_node_leaf_new(), circ_node_leaf_point_new(), circ_nodes_merge(), lwalloc(), lwfree(), and POINTARRAY::npoints.
Referenced by lwline_calculate_circ_tree(), lwpoint_calculate_circ_tree(), lwpoly_calculate_circ_tree(), test_tree_circ_create(), test_tree_circ_pip(), and test_tree_circ_pip2().