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

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