PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rt_geos_spatial_test

GEOS spatial relationship tests available.

GEOS tests not available are: intersects crosses disjoint

Enumerator
GSR_OVERLAPS 
GSR_TOUCHES 
GSR_CONTAINS 
GSR_CONTAINSPROPERLY 
GSR_COVERS 
GSR_COVEREDBY 

Definition at line 221 of file librtcore.h.

221 {
222 GSR_OVERLAPS = 0,
rt_geos_spatial_test
GEOS spatial relationship tests available.
Definition librtcore.h:221
@ GSR_TOUCHES
Definition librtcore.h:223
@ GSR_COVERS
Definition librtcore.h:226
@ GSR_COVEREDBY
Definition librtcore.h:227
@ GSR_CONTAINSPROPERLY
Definition librtcore.h:225
@ GSR_OVERLAPS
Definition librtcore.h:222
@ GSR_CONTAINS
Definition librtcore.h:224