PostGIS 3.6.2dev-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 202 of file librtcore.h.

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