PostGIS 3.0.6dev-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 217 of file librtcore.h.

217 {
218 GSR_OVERLAPS = 0,
rt_geos_spatial_test
GEOS spatial relationship tests available.
Definition librtcore.h:217
@ GSR_TOUCHES
Definition librtcore.h:219
@ GSR_COVERS
Definition librtcore.h:222
@ GSR_COVEREDBY
Definition librtcore.h:223
@ GSR_CONTAINSPROPERLY
Definition librtcore.h:221
@ GSR_OVERLAPS
Definition librtcore.h:218
@ GSR_CONTAINS
Definition librtcore.h:220