PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
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
7typedef 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.
unsigned int int32
Definition shpopen.c:54
List * list
float8 gridSize
Definition lwgeom_union.h:9