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

◆ rt_extenttype

Enumerator
ET_INTERSECTION 
ET_UNION 
ET_FIRST 
ET_SECOND 
ET_LAST 
ET_CUSTOM 

Definition at line 204 of file librtcore.h.

204 {
205 ET_INTERSECTION = 0,
206 ET_UNION,
207 ET_FIRST,
208 ET_SECOND,
209 ET_LAST,
rt_extenttype
Definition librtcore.h:204
@ ET_CUSTOM
Definition librtcore.h:210
@ ET_LAST
Definition librtcore.h:209
@ ET_INTERSECTION
Definition librtcore.h:205
@ ET_UNION
Definition librtcore.h:206
@ ET_SECOND
Definition librtcore.h:208
@ ET_FIRST
Definition librtcore.h:207