PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "lwgeom_rtree.h"
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) |