PostGIS
3.4.0dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
c
d
f
g
i
l
m
p
q
w
Variables
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
v
x
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
w
y
Typedefs
_
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
y
Enumerations
Enumerator
a
c
d
e
f
g
i
j
l
m
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Examples
▼
PostGIS
Todo List
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
►
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
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