PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_functions_analytic.h File Reference
#include "lwgeom_rtree.h"
Include dependency graph for lwgeom_functions_analytic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int point_in_polygon_rtree (RTREE_NODE **root, int ringCount, LWPOINT *point)
 
int point_in_multipolygon_rtree (RTREE_NODE **root, int polyCount, int *ringCounts, LWPOINT *point)
 
int point_in_polygon (LWPOLY *polygon, LWPOINT *point)
 
int point_in_multipolygon (LWMPOLY *mpolygon, LWPOINT *pont)