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 */
12
}
UnionState
;
13
14
#endif
/* _LWGEOM_UNION_H */
liblwgeom.h
This library is the generic geometry handling section of PostGIS.
UnionState
struct UnionState UnionState
int32
unsigned int int32
Definition:
shpopen.c:54
UnionState::list
List * list
Definition:
lwgeom_union.h:10
UnionState::size
int32 size
Definition:
lwgeom_union.h:11
UnionState::gridSize
float8 gridSize
Definition:
lwgeom_union.h:9
UnionState
Definition:
lwgeom_union.h:8
postgis
lwgeom_union.h
Generated by
1.9.1