PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ 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,
208  ET_CUSTOM
209 } rt_extenttype;
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