PostGIS  3.4.0dev-r@@SVN_REVISION@@
lwgeom_union.h
Go to the documentation of this file.
1 #ifndef _LWGEOM_UNION_H
2 #define _LWGEOM_UNION_H 1
3 
4 #include "postgres.h"
5 #include "liblwgeom.h"
6 
7 typedef struct UnionState
8 {
9  float8 gridSize; /* gridSize argument */
10  List *list; /* list of GSERIALIZED* */
11  int32 size; /* total size of GSERIAZLIZED values in list in bytes */
13 
14 #endif /* _LWGEOM_UNION_H */
This library is the generic geometry handling section of PostGIS.
struct UnionState UnionState
unsigned int int32
Definition: shpopen.c:54
List * list
Definition: lwgeom_union.h:10
int32 size
Definition: lwgeom_union.h:11
float8 gridSize
Definition: lwgeom_union.h:9